ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » UPES- JMS

Post new topic  Reply to topic
 UPES- JMS « View previous topic :: View next topic » 
Author Message
spprash
PostPosted: Tue Jun 17, 2003 12:33 am    Post subject: UPES- JMS Reply with quote

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
View user's profile Send private message
clindsey
PostPosted: Tue Jun 17, 2003 6:03 am    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Tue Jun 17, 2003 7:53 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
spprash
PostPosted: Sat Jun 21, 2003 6:09 am    Post subject: Reply with quote

Apprentice

Joined: 29 Dec 2002
Posts: 25

Thanks for your suggestions. I'll try and let you know
_________________
Prash
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » UPES- JMS
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.