You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Pat Fox (JIRA)" <ji...@apache.org> on 2017/08/23 10:00:19 UTC

[jira] [Commented] (ARTEMIS-1370) Artemis consumer command, does not accept a ClientID arg

    [ https://issues.apache.org/jira/browse/ARTEMIS-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16138172#comment-16138172 ] 

Pat Fox commented on ARTEMIS-1370:
----------------------------------

creating a PR now

> Artemis consumer command, does not accept a ClientID arg 
> ---------------------------------------------------------
>
>                 Key: ARTEMIS-1370
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1370
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.3.0
>            Reporter: Pat Fox
>            Priority: Minor
>
> using 
> {code}
> ./artemis consumer --destination topic://myexample --durable
> {code}
> it gives me
> {code}
> javax.jms.IllegalStateException: Cannot create durable subscription - client ID has not been set
> 	at org.apache.activemq.artemis.jms.client.ActiveMQSession.createConsumer(ActiveMQSession.java:746)
> 	at org.apache.activemq.artemis.jms.client.ActiveMQSession.createDurableSubscriber(ActiveMQSession.java:484)
> 	at org.apache.activemq.artemis.jms.client.ActiveMQSession.createDurableSubscriber(ActiveMQSession.java:458)
> 	at org.apache.activemq.artemis.cli.commands.messages.ConsumerThread.consume(ConsumerThread.java:140)
> 	at org.apache.activemq.artemis.cli.commands.messages.ConsumerThread.run(ConsumerThread.java:64)
> {code}
> There currently seems no command line option available to set a client id when running artemis consumer.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)