Author |
Message |
Topic: How to find a linefeed character or Ascii 13 char in WMQI |
Yash
Replies: 2 Views: 2742
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 05, 2002 6:41 am Subject: How to find a linefeed character or Ascii 13 char in WMQI |
Hai All,
Can anyone help how to find a ASCII 13 character i,e. linefeed (\n) in WMQI.
Thanks, |
Topic: Propagate function error |
Yash
Replies: 3 Views: 4294
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 22, 2002 9:48 am Subject: Propagate function error |
Thanks for replying. I figured out the problem. I had to give the following values after very PROPAGATE function and before starting the next message.After I gave the following values its working fine ... |
Topic: Propagate function error |
Yash
Replies: 3 Views: 4294
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2002 5:16 am Subject: Propagate function error |
Hai everyone,
I am trying to send two output messages from single input message.
I set the Advance tab as LocalEnvironment and Message in compute node.
I am using PROPAGATE function to do this ... |
Topic: Wont the Destination List get copied |
Yash
Replies: 11 Views: 4458
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2002 5:12 am Subject: Wont the Destination List get copied |
Hai Kiran,
I am trying to send two output messages from single input message.
I set the Advance tab as LocalEnvironment and Message in compute node.
I am using PROPAGATE function to do this ... |
Topic: How to assign datatype to the MQRFH2 feilds? |
Yash
Replies: 2 Views: 2984
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 12, 2002 7:18 am Subject: How to assign datatype to the MQRFH2 feilds? |
Thanks for the response jas.
Tha path here is
SET OutputRoot.MQRFH2.usr.SourceLogicalID
when I assign the (XML.attr) value after this it is giving me an error.May be because there is no XML ro ... |
Topic: How to assign datatype to the MQRFH2 feilds? |
Yash
Replies: 2 Views: 2984
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 12, 2002 6:32 am Subject: How to assign datatype to the MQRFH2 feilds? |
Hi ,
I am trying to assign a datatype to the MQRFH2 feilds as below
<SourceLogicalID dt="string">AribaBuyerImport</SourceLogicalID>
Can anyone tell me how I assign the dt = "s ... |
Topic: Encoding a message |
Yash
Replies: 4 Views: 2803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 07, 2002 12:15 pm Subject: Encoding a message |
Thanks lbrett,
Can you help me how to do that and can you give me more information how you have done it.
Thanks, |
Topic: How to match Corelation Id |
Yash
Replies: 5 Views: 3231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 06, 2002 2:05 pm Subject: How to match Corelation Id |
Yanghui,
I don't want to assign a correlation Id or Message Id values to the message in the MessageFlow. I want to take a message from the queue only if the corelation Id value or Message Id val ... |
Topic: How to match Corelation Id |
Yash
Replies: 5 Views: 3231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 06, 2002 8:56 am Subject: How to match Corelation Id |
Thanks Yanghui.
What I am trying to say is the application sends the message with messageId and Corelation Id. But the problem is for each message the messageId and Corelation Id are unique.So how ... |
Topic: How to match Corelation Id |
Yash
Replies: 5 Views: 3231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 06, 2002 6:37 am Subject: How to match Corelation Id |
Hai,
I am trying to match the message Id and corelation Id of the message in the input node of the message flow. But the problem I have is the application is sending different message Id and Cor ... |
Topic: Urgent publish\ subscribe encoded messages |
Yash
Replies: 0 Views: 1273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 04, 2002 11:38 am Subject: Urgent publish\ subscribe encoded messages |
Hai everyone,
I am trying to receive an encoded message into WQSI and I have to decode the message and transform the message and send it to the output.And in the other transaction I have to take ... |
Topic: Encoding a message |
Yash
Replies: 4 Views: 2803
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 04, 2002 4:13 am Subject: Encoding a message |
Hai everyone,
I have a problem here. I have to send a Base 64 encoded message to peoplesoft application. The input message I am getting is having MQRFH2 header format and the output message has ... |
Topic: How to use try/catch node? |
Yash
Replies: 12 Views: 14248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 24, 2002 4:00 am Subject: How to use try/catch node? |
Kirani,
I want to send two messages into the error queue.One is the original message from Input node and the other is exception values.Can you help in doing so.
Thanks, |
Topic: How to use try/catch node? |
Yash
Replies: 12 Views: 14248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 23, 2002 3:42 am Subject: How to use try/catch node? |
Lung,
When I include a compute node in between catch node and MQoutput2 and wrote the following code inside compute node.
DECLARE I INTEGER;
SET I = 1;
WHILE I < CARDINALITY(InputRoot.*
... |
Topic: How to use try/catch node? |
Yash
Replies: 12 Views: 14248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 17, 2002 5:44 am Subject: How to use try/catch node? |
Kiran,
I am doing the below design to get both message and exceptionlist into the MQOutput2.But I am only getting the message in the MQOutput2 queue.Can you help in getting both the message and ... |