[ 
https://issues.apache.org/jira/browse/AMQ-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish closed AMQ-3548.
-----------------------------

    Resolution: Not A Problem

Working as designed, the clientId that you give won't appear in the console, 
but a consumer is attached.  See the RestTest.java in activemq-optional for 
validation of this functionality.  
                
> 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

        

Reply via email to