Timothy Kim created AMQ-7427:
--------------------------------
Summary: Durable subscriber
Key: AMQ-7427
URL: https://issues.apache.org/jira/browse/AMQ-7427
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.14.0
Reporter: Timothy Kim
I am using REST protocol to create a durable consumer. And according to the
online help, a given clientid in a url is to be used always. But when I
checked the console, a new clientid is created instead, prefixed with the given
clientid and followed by numbers. Is this a bug or as designed?
Online help ([https://activemq.apache.org/rest])
-----------------
Since 5.2.0 you can use {{clientId}} parameter to avoid storing actual JMS
consumer in the request session. When using this approach, you don't need to
keep sessions alive between requests, you just need to use the same
{{clientId}} every time.
{{http://localhost:8161/api/message/test?type=queue&clientId=consumerA}}
Every such call will use the same JMS consumer and deliver messages send to it
by the broker.
-------------------
Thanks.
Tim
--
This message was sent by Atlassian Jira
(v8.3.4#803005)