REST "Consuming without sessions" not working
---------------------------------------------
Key: AMQ-3548
URL: https://issues.apache.org/jira/browse/AMQ-3548
Project: ActiveMQ
Issue Type: Bug
Components: Samples
Affects Versions: 5.5.0
Environment: CentOS Linux / OpenJDK 1.6.0_17
Reporter: Daniel Serodio
The ActiveMQ wiki says it's possible to consume messages using REST without
creating a new session by passing a "clientId" parameter, but after I run the
'wget' command used as an example, the "Active Consumers" list does not show
the "clientId" I specified, but other(s).
eg.: {{wget
'http://localhost:8161/demo/message/test?type=queue&clientId=consumerA'}}
Then I browse to
http://localhost:8161/admin/queueConsumers.jsp?JMSDestination=test and I don't
see a {{consumerA}} _clientId_, only
{{ID:dserodio.local-61330-1315933797615-4:4}} etc.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira