HornetQ 2.2.2 has been released. The HornetQ REST interface is now distributed and bundled with it. The source code has also moved to the HornetQ SVN. Visit hornetq.org for more details.
Software plumbing using middleware wrenches
March 31, 2011
HornetQ 2.2.2 has been released. The HornetQ REST interface is now distributed and bundled with it. The source code has also moved to the HornetQ SVN. Visit hornetq.org for more details.
Mar 31, 2011 @ 21:10:45
Two weeks ago, Jeff came at the Marseille JUG to talk about HornetQ, the rest interface and stomp. It was very interesting and he did great demo! kudos
May 29, 2011 @ 06:18:26
Bill, I have a basic question.
Hornetq rest interface provides duplicate detection
After successful creation of message it responds with a http header as below
msg-create-next: http://example.com/queues/jms.queue.bar/create/002
When the REST client is behind a reverse proxy I expect the reverse proxy to be able to replace re-write the url. But by default the reverse proxy will ignore this header.
Has any one used hornetq behind reverse proxy ? What is the best way to handle this scenario ?
May 31, 2011 @ 12:52:38
Well that sucks. And I don’t know much about reverse proxies. Would they ignore Link headers? http://www.packetizer.com/rfc/rfc5988 If so, I don’t know what else to do. If there is something I can code please formulate the requirements and i’ll provide a solution.