-
Bug
-
Resolution: Done
-
Major
-
None
-
A-MQ 7.0.0.GA, AMQ 7.0.1.GA
-
None
Am unable to run the command
./artemis consumer --destination topic://blah --durable
as it gives me
javax.jms.IllegalStateException: Cannot create durable subscription - client ID has not been set at org.apache.activemq.artemis.jms.client.ActiveMQSession.createConsumer(ActiveMQSession.java:714) at org.apache.activemq.artemis.jms.client.ActiveMQSession.createDurableSubscriber(ActiveMQSession.java:452) at org.apache.activemq.artemis.jms.client.ActiveMQSession.createDurableSubscriber(ActiveMQSession.java:426) at org.apache.activemq.artemis.cli.commands.util.ConsumerThread.consume(ConsumerThread.java:140) at org.apache.activemq.artemis.cli.commands.util.ConsumerThread.run(ConsumerThread.java:64)
There currently seems no command line option available to set a client id when running artemis consumer.
- relates to
-
AMQDOC-2765 Unable to run artmis consumer --durable --destination topic://foo
- Closed
-
ARTEMIS-1370 Loading...