Patches item #753022, was opened at 2003-06-11 21:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=753022&group_id=22866

Category: JBossMQ
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Cherel (tcherel)
Assigned to: Nobody/Anonymous (nobody)
Summary: Detailed sample to configure WebSphere MQ as a JMS provider

Initial Comment:
This is detailed sample (with detailed instructions in the 
readme) to configure WebSphere MQ as a JMS provider 
in JBoss 3.2.1 (and 3.0.7 as well).

Here is an extract from the readme explaining what is 
covered in this sample:

The current status of this sample is as follow: 

MDB listening to a WSMQ queue (using a non-XA 
connection factory) and sending a reply to another 
WSMQ queue (auto-acknowledge mode) is working.
 
MDB listening to a WSMQ queue using an XA connection 
factory is not working. The MDB never receives any 
messages (see below for more details). 

MDB listening to a WSMQ queue (using a non-XA 
connection factory) and sending a reply to a JBoss 
queue (auto-acknowledge mode) is working. 

MDB listening to a WSMQ queue (using a non-XA 
connection factory) and sending a reply to a JBoss 
queue (using an XA connection factory) is working. The 
WSMQ queue and JBoss queue are synchronized but not 
in a 100% reliable way as the WSMQ queue is not using 
an XA connection factory. 

MDB listening to JBoss queue (using and XA connection 
factory) and sending a reply to a WSMQ queue within 
the same XA transaction is working. The two queues are 
completely synchronized through XA. 

No tests have been done using WSMQ Topics (it 
requires an extra piece of software for WSMQ). 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=753022&group_id=22866


-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to