Author |
Message |
Topic: Detecting Queue Manager state |
Getson
Replies: 4 Views: 8731
|
Forum: General IBM MQ Support Posted: Mon Dec 09, 2002 1:07 pm Subject: Detecting Queue Manager state |
Thanks,
Can you explain your reasoning for doing all of the above? (What do you gain from a given check not achieved with another one?) If possible I would prefer to use fewer checks, but it is imp ... |
Topic: Detecting Queue Manager state |
Getson
Replies: 4 Views: 8731
|
Forum: General IBM MQ Support Posted: Mon Dec 09, 2002 8:51 am Subject: Detecting Queue Manager state |
I am building specifications for a new production installation of MQSeries and I am trying to determine an effective method for monitoring the health of the queue manager. This will likely be runnin ... |
Topic: Adding non-printing characters in XML data |
Getson
Replies: 6 Views: 7075
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 24, 2002 4:11 pm Subject: Adding non-printing characters in XML data |
Thanks but no go. I got the same result.
The issue here is that ESQL converts the hex value to an integer instead of interpreting it as an ASCII character.
I did get this to work by converting the m ... |
Topic: Adding non-printing characters in XML data |
Getson
Replies: 6 Views: 7075
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 24, 2002 2:14 pm Subject: Adding non-printing characters in XML data |
Does anybody know how to add a non-printing character to data in an XML field using ESQL?
I would like to insert a linefeed character into my data and so tried this code:
SET OutputRoot.XML.Msg = ' ... |
Topic: Generating RFH2 headers for JMS using MQSI 2.0.2 |
Getson
Replies: 8 Views: 11562
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 17, 2002 4:52 pm Subject: Generating RFH2 headers for JMS using MQSI 2.0.2 |
The exact error that is thrown is as follows:
Caught JMSException: javax.jms.MessageFormatException: MQJMS1050: The MQRFH2 header has an incorrect format
|
Topic: Generating RFH2 headers for JMS using MQSI 2.0.2 |
Getson
Replies: 8 Views: 11562
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2002 3:29 pm Subject: Generating RFH2 headers for JMS using MQSI 2.0.2 |
The mcd.msd field is formed properly so JMS shouldn't experience any confusion over byte vs text data. While the data is in hex form in the trace it is text formatted in the message (I checked using t ... |
Topic: Generating RFH2 headers for JMS using MQSI 2.0.2 |
Getson
Replies: 8 Views: 11562
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2002 12:49 pm Subject: Generating RFH2 headers for JMS using MQSI 2.0.2 |
Thanks for the advice, unfortunately I was already following it:-) Let me be more specific in the problem (This will be a big entry. I apologize). Please note there was no RFH2 header on the incomi ... |
Topic: Generating RFH2 headers for JMS using MQSI 2.0.2 |
Getson
Replies: 8 Views: 11562
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2002 11:18 am Subject: Generating RFH2 headers for JMS using MQSI 2.0.2 |
I am unable to consistently generate an MQRFH2 header using MQSI that is acceptable to JMS. MQSI 2.0.2 generates additional fields in the mcd folder that are not understood by JMS, specifically: Set ... |
Topic: Using Export & Import |
Getson
Replies: 2 Views: 11855
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 10, 2001 6:53 am Subject: Using Export & Import |
If you are using MQSI V2.0.2 you can export a single message flow.
In the Message Flows view right click on the message flow you wish to export. The export option will appear in the menu. To exp ... |