Author |
Message |
Topic: MQ Messages with RFH2 Header |
Dhinesh S V
Replies: 4 Views: 10700
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Sep 07, 2011 4:48 am Subject: Trying with jms bound topic |
Hi
THank you all for your suggestions.
I am trying now to connect to MQ Topic using jms bound topic in WAS from my EJB application.
Will post the results once done !! |
Topic: MQ Messages with RFH2 Header |
Dhinesh S V
Replies: 4 Views: 10700
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Sep 01, 2011 10:34 pm Subject: MQ Messages with RFH2 Header |
Hi all,
I am trying to put a message into MQ queue with RFH2 header. I am using a jmsQueue(logical queue in Websphere Application Server) to push the message from an MDB deployed in WAS.
My pr ... |
Topic: MDB/JMS PollingInterval |
Dhinesh S V
Replies: 4 Views: 6133
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 04, 2010 2:54 am Subject: MDB/JMS PollingInterval |
Hi ,
Further i have tested the same MDB application, when listening to Weblogic jms Queue. In this case, the interval is very less and the onMessage() got triggered in 5 - 10 ms after the message h ... |
Topic: MDB/JMS PollingInterval |
Dhinesh S V
Replies: 4 Views: 6133
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 03, 2010 9:18 pm Subject: MDB/JMS PollingInterval |
Hi ,
Vitor
- Thanks for the info, I was not aware, and wil follow the methods hereafter.
fjb_saper
- I am using MQ 6.0 with Weblogic 10.3.1
I got to know that, in case of Webs ... |
Topic: MDB/JMS PollingInterval |
Dhinesh S V
Replies: 4 Views: 6133
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 03, 2010 6:15 am Subject: MDB/JMS PollingInterval |
Hello jwende,
I hope u are using the webpshere application server, to set the polling interval value during MQQCF creation.
In case of Weblogic, where XAQCF is created during MQJMS bindings cr ... |
Topic: Reg: Backout threshold of MQJMS binded Queue |
Dhinesh S V
Replies: 5 Views: 12073
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Oct 20, 2010 9:15 am Subject: Reg: Backout threshold of MQJMS binded Queue |
Hi fjb_saper,
I checked the BOTHRESH and BackOutRequeue of the target Queue.
It is set to 0 and no BackOutRequeue has been defined for the Queue.
But still my weblogic application starts sear ... |
Topic: Reg: Backout threshold of MQJMS binded Queue |
Dhinesh S V
Replies: 5 Views: 12073
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Sun Oct 17, 2010 11:50 pm Subject: Reg: Backout threshold of MQJMS binded Queue |
Hey great thanx . . .
I explored in that way and found this very useful
http://deepdictionary.com/other-hardware-topics/442045-how-websphere-application-server-v6-handles-poison-messages.html ... |
Topic: Reg: Backout threshold of MQJMS binded Queue |
Dhinesh S V
Replies: 5 Views: 12073
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Sun Oct 17, 2010 4:34 am Subject: Reg: Backout threshold of MQJMS binded Queue |
Hi ,
I am using MQJMS binded Queue to connect from my Weblogic application to MQ Queue
My scenario is. . when there is an exception in my application it starts rolling back the message and st ... |