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