Top "Openmq" questions

Open Message Queue (OpenMQ) is an open source message-oriented middleware project by Sun Microsystems that implements the Java Message Service 2.0 API (JMS)

In JMS asynchronous message handling as soon as onMessage() is called, message deleted from queue

Requirement: I want messages to be persist in queue till onMessage() executed successfully. If any exception occur during execution of …

java jms messagebroker openmq
Spring MQ JMS reconnect configuration

First I have a question on how to configure JMS MQ to reconnect to an application when the broker connection …

java spring-jms openmq
JMS message re-delivery delay

I have a JMS client that can ssh to remote systems upon receiving a message (and do various things there …

jms message-queue openmq
How to connect an ActiveMQ producer to an OpenMQ JMS broker

I'm trying to send text messages from a swing heavy client (using Apache ActiveMQ library) to an instance of glassfish …

java jakarta-ee jms activemq openmq