|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
UPES- JMS |
« View previous topic :: View next topic » |
Author |
Message
|
spprash |
Posted: Tue Jun 17, 2003 12:33 am Post subject: UPES- JMS |
|
|
Apprentice
Joined: 29 Dec 2002 Posts: 25
|
Can we use JMS Programs to read and respond to a UPES invocation. I had problems because of the headers attached by the JMS put programs. _________________ Prash |
|
Back to top |
|
 |
clindsey |
Posted: Tue Jun 17, 2003 6:03 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
Prash,
The execution server will read the RFH2 header as of 3.3.2 SP2.
If your level of code is earlier than this, add setTargetClient() call to prevent the RFH2 header.
Code: |
upesQueue = session.createQueue( QUEUE );
((MQQueue)upesQueue).setTargetClient(1);
|
Charlie |
|
Back to top |
|
 |
vennela |
Posted: Tue Jun 17, 2003 7:53 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
If you want Workflow to PUT JMS messages to the UPES queue, then you need to set the Message Format to JMS-compliant XML.
In your Buildtime, Goto NETWORK-> Select the UPES -> Right click -> Properties -> Message Queueing -> Message Format
I have sent a JMS message to Workflow to start a Process Instance but never sent a JMS response message for a synchronous UPES activity.
I was interested in knowing
(1) What will happen if I send a JMS response to a UPES activity, the UPES queue being defined with a Message format as XML
(2) vice versa, what will happen to a base java MQ response to a UPES activity, the UPES queue being defined with a Message format as JMS-compliant XML.
Has anyone tested the above two test cases?
-------
Venny |
|
Back to top |
|
 |
spprash |
Posted: Sat Jun 21, 2003 6:09 am Post subject: |
|
|
Apprentice
Joined: 29 Dec 2002 Posts: 25
|
Thanks for your suggestions. I'll try and let you know _________________ Prash |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|