jms « Transaction « Java Database Q&A





1. Delivery of JMS message before the transaction is committed    stackoverflow.com

I have a very simple scenario involving a database and a JMS in an application server (Glassfish). The scenario is dead simple:

1. an EJB inserts a row in the database ...

2. EJB web services transactions    stackoverflow.com

We 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.com

I 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.com

Edited 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.com

Please 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.com

Is 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.com

I 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.com

I 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.com

I use WebSphere MQ 7.0, and IBM JDK 1.6. When my MDB handles messages, exception occurs. IBM MessageEndpointHandler can not retrieve EntityManager correctly. I don't know how configure it. Please help. This ...





10. Message-driven bean (EJB3) in WebSphere 7, XA transactions, Error handling    stackoverflow.com

I 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 ...