I meant to say I have those jars in WebContent\WEB-INF\lib
Type: Posts; User: bmakhlin; Keyword(s):
I meant to say I have those jars in WebContent\WEB-INF\lib
Hi,
I am getting error below in web application running on Web Sphere 7 (jdk 1.6) test server in RAD 7.5. Could you please tell me the root cause of this error? Do I have incompatible jars on my...
Thanks your your help.
Here is a bean class I am using to test jms transaction and a bean declaration. Please, point out what am I missing. thanks
public class MQBackEnd2 {
private...
Hello,
I am using declarative mq jms transaction. I put message on the queue and throw an exception. I expect message to rollback but it does not rollback.
Why my message does not get rolled...
Hi,
I need to send/receive jms messages without transaction autocommit in one part of the application and commit/rollback transaction later in other part of application. So, I am trying to figure...
Thank you for the article. I changed my JmsTemplate to JmsTemplate102 and was able to send/receive message. I then, replaced defaultDestinationName property in jmsQueueTemplate with...
Hi,
I am trying to send message to IBM MQ V6 using jmsTemplate and I am getting error
Exception in thread "main" java.lang.AbstractMethodError:...