I'm trying to set up a framework for our AMQ testing and running into a roadblock. Say I make a POST to http://localhost:8161/api/message/TESTTHISTOPIC?type=Topic&clientId=testClient with body=foo1
Then I make a DELETE (or GET, neither work) to the same url with no body param. The call returns a 204 (no content). So I did some more digging. It appears, if I do a couple of POST's in a row, so that I have 4 items in the topic for example. body = foo1 body = foo2 body = foo3 body = foo4 So then I do 4 DELETE/GET's... to attempt to return the messages I just sent. Here are the results foo2 foo3 foo4 HTTP 204 (empty) In other words, the foo1 message can't be pulled via REST. It appears the message is actually there in the admin console but I can't access it. Has anyone had any experience with this and/or can give some guidance? -- View this message in context: http://activemq.2283324.n4.nabble.com/activeMQ-topics-via-rest-missing-messages-tp4677698.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.