1. Delivery of JMS message before the transaction is committed stackoverflow.comI have a very simple scenario involving a database and a JMS in an application server (Glassfish). The scenario is dead simple:
|
2. EJB web services transactions stackoverflow.comWe have a few products that communicate using various forms of web services. Some use straight XML passed through http requests (HttpClient). Others make remote EJB calls and some ... |
3. Threads and Jms Transaction stackoverflow.comI am stuck in the following scenario.Please advice me on this There is an inbound Queue There is an Main thread running(We are not using JMS Listener ) and picking a message from the ... |
4. Multithreaded JMS code : CLIENT_ACKNOWLEDGE or transacted session stackoverflow.comEdited Question : I am working on a multithreaded JMS receiver and publisher code (stand alone multithreaded java application). MOM is MQSonic. XML message is received from a Queue, stored procedures(takes 70 ... |
5. What happens to message if a JMS transaction is neither Committed nor Rolled back stackoverflow.comPlease help me out I am new to JMS. What happens to message if a JMS transaction is neither Committed nor Rollbacked? |
6. Whats the point of transactional non xa JMS Sessions? stackoverflow.comIs it just me or is the JMS API inconsistent with regards to how it models Transacted and XA Transacted equivalents ? I dont fully appreciate why there are XA forms ... |
7. Read from Weblogic , write to ActiveMQ stackoverflow.comI have the following scenario: Read a message from a Weblogic queue and I have to write this to an ActiveMQ queue (transaction wise) (i can't use JMS Bridge,Foreign JNDI for various reason ... |
8. Weblogic 8.1 Server - javax.transaction.xa.XAException stackoverflow.comI have some jms queues setup on the weblogic 8.1 server Although the server starts fine, but in the console I keep on getting this error after every 2 mins ... |
9. XA error in WebSphere MQ transaction stackoverflow.comI use WebSphere MQ 7.0, and IBM JDK 1.6.
When my MDB handles messages, exception occurs. IBM |
10. Message-driven bean (EJB3) in WebSphere 7, XA transactions, Error handling stackoverflow.comI am a relative newb to EJB. Background: I have an MDB using the WebSphere default messaging provider receiving MapMessages that has a java.sql.DataSource to do some work, using ... |