jms
Should I use HornetQ JMS API to integrate with Spring TransactionManager?
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[详细]
2023-04-10 16:04 分类:问答Implementing ActiveMQ's sticky sessions (message groups) in JMS queues
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[详细]
2023-04-10 13:11 分类:问答Do selectively dequeued messages stay in FIFO order (MQ)?
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[详细]
2023-04-10 08:13 分类:问答Using Oracle AQ as a JMS in JBoss5
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[详细]
2023-04-10 06:25 分类:问答Maximum number of JMS Queues
We have an application that has 1) a custom server (conventional ServerSocket) that responds to 2) Java SWING applications/applets running on client desktops.[详细]
2023-04-10 00:51 分类:问答How to prevent ActiveMQ CPP send method from blocking forever?
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[详细]
2023-04-09 19:44 分类:问答Transaction demarcation/transaction borders in Spring JMS
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.[详细]
2023-04-09 10:54 分类:问答What may be the reason for JMS or OS not to recognize connection drop?
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[详细]
2023-04-09 08:26 分类:问答IBM MQ vs JMS - Spring Implementation
I开发者_如何学Python am working on a Spring application where we have implemented code to send messages through IBM MQ.[详细]
2023-04-09 06:40 分类:问答How can I prevent Apache CXF from sending a response message?
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.[详细]
2023-04-09 01:38 分类:问答