Author |
Message |
Topic: MQSI in one cluster talking to another MQ Series Cluster |
wdwpsu
Replies: 6 Views: 3393
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 10, 2004 9:53 am Subject: MQSI in one cluster talking to another MQ Series Cluster |
Queue Manager is fine to pass, and we are passing it, but they still need to set up remote queue definitions on their side for the reply queue. However you can't have 2 queues named the same thing.
... |
Topic: MQSI in one cluster talking to another MQ Series Cluster |
wdwpsu
Replies: 6 Views: 3393
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 10, 2004 9:05 am Subject: MQSI in one cluster talking to another MQ Series Cluster |
A little more detail....
I have 2 brokers. I want the replytoqueue to be based on the broker.
i.e.
If broker 1 is creating the message, I want replytoqueue to be reply.q01
If broker 2, reply.q02 ... |
Topic: MQSI in one cluster talking to another MQ Series Cluster |
wdwpsu
Replies: 6 Views: 3393
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 10, 2004 8:48 am Subject: MQSI in one cluster talking to another MQ Series Cluster |
Using MQSI CSD04,
How do I specify a different replytoq based on the broker that is sending the message? |
Topic: Converting a String into XML |
wdwpsu
Replies: 1 Views: 1969
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 15, 2003 2:54 am Subject: Converting a String into XML |
I have a variable assigned to
Environment.Variables.ResultTemp
which returns from the database an XML message in string format:
SET Environment.Variables.ResultTemp[] =
(SELECT A.XML_DOC
From Dat ... |
Topic: Mapping XML Array to Database tables |
wdwpsu
Replies: 2 Views: 2088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 21, 2003 5:28 am Subject: Mapping XML Array to Database tables |
A correction to my original post. My corrected secondary query is:
And then I performed the following select to map the data
Set OutputRoot.XML.DemographicData[] =
(SELECT A.DemoValue AS Field ... |
Topic: Mapping XML Array to Database tables |
wdwpsu
Replies: 2 Views: 2088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 20, 2003 11:29 am Subject: Mapping XML Array to Database tables |
I am trying to use a data table to help with the translation of data and everything I am trying seems to be backfiring.
XML looks like:
<DemographicData>
<FieldId>City</FieldId&g ... |