openjms

JMS queue logging/browsing for all messages (invisible consumer for queue) (OpenJMS)

Hi, do you have idea, if there would be some nice way to browse/log JMS queues? (I'm using OpenJMS) For topics I can just add one consumer more and that's about it but with queues I haven't finished with a solution yet. I would like to log all the messages in certain queues and topics without "popping" them from the queue (so that the ...

JNDI Context :: Name jms not bound in this Context

I am trying to configure a JMS server (OpenJMS) into a Spring application and when I refer the resources using the notation "jms/<> I get a "name" not bound exception. Any clue what is missing? javax.naming.NameNotFoundException: Name jms is not bound in this Context at org.apache.naming.NamingContext.lookup(NamingContext.java:768)...

OPEN MQ - Help with asynchronous

Hi guys, I'm testing open MQ for send and receive messages in my project. I have no problem to configure it to send a synchronous message, but i can't find any way in the official documentation to configure the message to be consumed 15 minutes after the producer send a message, and continue call the consumer if an error appears. offic...