I have a basic doubt regarding Transactions and the HornetQ native API. If my application is Spring-based, with Spring managed transactions, how should I configure HornetQ to participate in the same
I\'m trying to move off of ActiveMQ but one feature we\'d like to keep is the message group. By adding a session ID to the JMS header ActiveMQ will route all other messages on the queue with the same
Using JMS & WebSphere MQ, if I use a message selector to selectively dequeue, and there are several messages with the same selection criteria, am I guaranteed to dequeue the first message that mat
I\'m looking for a full example or detail tutorial how to set Oracle AQ as a JMSProvider. I would like to create MDB which would be executed by the messages from queue defined in Oracle AQ. I\'m using
We have an application that has 1) a custom server (conventional ServerSocket) that responds to 2) Java SWING applications/applets running on client desktops.
I am developing a software that uses ActiveMQ C++ library. The problem that I have is, when I try to send a message and the network is down, the send method (method of cms::MessageProducer class) bloc
I have a chain of 3 Spring JMS listeners A, B and C implemented on DefaultMessageListenerContainer (DMLC). All DMLCs are deployed in one Java EE application.
We have a system with servers communicating over JMS. Sometimes some of the servers can not reconnect after loosing connection to JMS. Loss of connection happens when server restarts, bad network... T
I开发者_如何学Python am working on a Spring application where we have implemented code to send messages through IBM MQ.
In cases where a given SOAP header element has a given value (for example, if the value of the header tag \"response\" is \"0\"), I don\'t want Apache CXF to return a response at all.