Re: Artemis Rest missing msg-pull-consumers response header

2020-03-27 Thread pbaxley
I appreciate the suggestion and I will go forward using the STOMP interface since it works so well out of the box, so to speak. I've already been able to get further with it and I'd rather keep making progress rather than wrestling with setting up the REST server. I was using REST because I have

Re: Artemis Rest missing msg-pull-consumers response header

2020-03-27 Thread Justin Bertram
I'm curious about why you're using the REST interface at all. In my opinion a standardized protocol like STOMP would be a much better solution for the types of clients that would typically want a REST interface. The main problem with the REST interface is that it's non-standard. Once you write

Re: Artemis Rest missing msg-pull-consumers response header

2020-03-26 Thread brusdev
Hi Phil, the `500 Server Error` looks like an issue related to RESTEasy. I used `resteasy-jaxrs-3.0.16.Final-all`[1] successfully. What version are you using? Anyway */another thing not related the error/*, I think you don't need the listener `ActiveMQBootstrapListener` in your web.xml. That

Artemis Rest missing msg-pull-consumers response header

2020-03-26 Thread pbaxley
I followed the Artemis REST Interface documentation and managed to get Artemis running with the REST interface and I can successfully call the create URL. I do get the msg-create-next and can keep posting new messages without issue. But that it seems that is all I can do. The documentation