Author |
Message |
Topic: MQ Distribution |
superstar
Replies: 1 Views: 1705
|
Forum: General IBM MQ Support Posted: Wed Sep 26, 2007 5:13 pm Subject: MQ Distribution |
We have a C++ program taht puts messages into a Queue. We donot have the source code for that program. Now the requirement is taht we need a copy of the messages to another queue (parallelly). Is the ... |
Topic: Codepage error in Broker |
superstar
Replies: 5 Views: 4663
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 16, 2007 11:03 pm Subject: Codepage error in Broker |
Here is my incoming message.
<hello>
<data>nothing</data>
</hello>
And my incoming code pageis 437. Also, I am doing this on my laptop. |
Topic: Codepage error in Broker |
superstar
Replies: 5 Views: 4663
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 16, 2007 8:01 pm Subject: Codepage error in Broker |
I am trying to test my error sub-flow. I am forcing validation on my input messages by setting vaalidation properties in Input node. In the validation tab I set Validate = "Content and Value" ... |
Topic: PROPAGATE original exception |
superstar
Replies: 4 Views: 3552
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 23, 2007 1:08 am Subject: PROPAGATE original exception |
I have a flow that outputs mulitiple messages from one source message. This is done through the PROPAGATE command. I have my catch terminal of input node attached to a compute node with a THROW statem ... |
Topic: Database error - Exce group restart |
superstar
Replies: 1 Views: 1866
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 14, 2006 1:47 pm Subject: Database error - Exce group restart |
The data source name was changed on the ODBC driver and was incorrect. And the following sequence of events happened in event viewer.
Error detected whilst processing a message in node 'PubSubCon ... |
Topic: MQMD PutTime |
superstar
Replies: 10 Views: 7410
|
Forum: General IBM MQ Support Posted: Tue Sep 19, 2006 6:08 pm Subject: MQMD PutTime |
In my message flow when I get errors I access the MQMD.PutTime , save the time and send it to the support team as an XML field.
I see that the MQMD.PutDate / Time are in GMT. Is there a way to con ... |
Topic: Host Name - ESQL |
superstar
Replies: 1 Views: 4530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 28, 2006 1:00 pm Subject: Host Name - ESQL |
Hello ..
Is there a ESQL function taht can return the host name on which the Broker is running. I know taht there is a java function, but I am looking for ESQL code.
I have looked into the followin ... |
Topic: Failure in Exception Handling |
superstar
Replies: 11 Views: 7233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 08, 2006 11:36 am Subject: Failure in Exception Handling |
But Jeff ... if the message is malformed it cannot be written on output queue right. |
Topic: Failure in Exception Handling |
superstar
Replies: 11 Views: 7233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 02, 2006 4:22 pm Subject: Failure in Exception Handling |
Jeff,
I am doing the same way. But my concern is, I am loosing that small chunk of malformed data right. Is there no way that I can save it any where? |
Topic: MQRFH2 vs MQHRF2 |
superstar
Replies: 1 Views: 4849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 02, 2006 3:18 pm Subject: MQRFH2 vs MQHRF2 |
what is the difference between MQRFH2 vs MQHRF2 as MQMD.Format. I know we set the MQMD.Format with one of the above when we try to build the MQRFH2 header.
1. Which the correct type?
2. When I b ... |
Topic: Failure in Exception Handling |
superstar
Replies: 11 Views: 7233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 02, 2006 3:08 pm Subject: Failure in Exception Handling |
I have a big input XML (good one) coming in, I need to split it a create multiple CWF's out of it. As the incoming is XML it has no data constraints. But when we try to copy some thing to output and c ... |
Topic: Failure in Exception Handling |
superstar
Replies: 11 Views: 7233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 01, 2006 11:44 am Subject: Failure in Exception Handling |
I am trying to capture the MRM (CWF) data into a BLOB and store it in XML. And the MRM was not formatted correctly. Hence ... the code fails right at the point where I try to conver it into BLOB or bi ... |
Topic: Failure in Exception Handling |
superstar
Replies: 11 Views: 7233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 31, 2006 4:39 pm Subject: Failure in Exception Handling |
I have created and an Exception handling subflow and attached it to my main flow as follows.
Happy Path:
InputNode --> ExceptionHandling1 (Try)--> Compute (Split and Propagate) --> Except ... |
Topic: MQRFH2 Headers - Mapping node |
superstar
Replies: 5 Views: 5102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 18, 2006 10:13 am Subject: MQRFH2 Headers - Mapping node |
What is the correct MQMD format when I try to add MQRFH2 header? |
Topic: MQRFH2 Headers - Mapping node |
superstar
Replies: 5 Views: 5102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jul 08, 2006 10:44 am Subject: MQRFH2 Headers - Mapping node |
I am trying to populate MQRFH2 headers for the output message in the mapping node. I hard coded them, but still the MQRFH2 header does not appear in the ouput.
I first hard coded the Format field o ... |