Hi All,

after some tests, I moved from JBoss Fuse ActiveMQ to activeMQ standard
(5.8.0).
I'm able to POST and GET a message, but now if I:
1. POST a message

POST http://localhost:8161/api/message/mynewqueue?type=queue&body=hello
HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/json
clientID: myclient_5
Content-Length: 0
Host: localhost:8161
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Authorization: Basic YWRtaW46YWRtaW4=

2. GET a message
GET http://localhost:8161/api/message/mynewqueue?type=queue HTTP/1.1
Accept-Encoding: gzip,deflate
clientID: myclient_5
Host: localhost:8161
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Authorization: Basic YWRtaW46YWRtaW4=

3. POST another message
4. GET the message

at this point the GET is not working at all. Am I missing something?
N



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-CliendID-usage-tp4677943p4678123.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to