Author |
Message |
Topic: Passing empty message |
abcmno123
Replies: 10 Views: 8136
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 13, 2006 3:40 am Subject: Passing empty message |
No values in the message means an empty blank message.No tags at all.
One way to handle it is in the ESQL. Is there no way to handle it using message set? |
Topic: Passing empty message |
abcmno123
Replies: 10 Views: 8136
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 12, 2006 9:50 pm Subject: Passing empty message |
Hi all,
I have a message set which is configured to pass MRM - XML. Hence, in the MQInput node I have set all the message set properties. Also, the content validation is set and the exception is set ... |
Topic: Null value in TDS message |
abcmno123
Replies: 2 Views: 2361
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 11, 2006 8:18 pm Subject: Null value in TDS message |
Thanks a lot Jeff.
Setting Encoding Null property to NullLiteralValue solved the problem. |
Topic: Null value in TDS message |
abcmno123
Replies: 2 Views: 2361
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 11, 2006 4:19 am Subject: Null value in TDS message |
Hi all,
I am converting a TDS message to XML.
Consider that I have the input TDS message as data1,data2,data3,data4,data5.In the message set, the min occurrence for all the data elements is 0.Now, ... |
Topic: MQ pub/sub broker |
abcmno123
Replies: 8 Views: 6643
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 24, 2006 9:11 pm Subject: MQ pub/sub broker |
The problem is solved. The SYSTEM.CONTROL queue of the queue manager was full means had reached its maximum depth. |
Topic: MQ pub/sub broker |
abcmno123
Replies: 8 Views: 6643
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 24, 2006 2:29 am Subject: MQ pub/sub broker |
The operating system is windows 2000. I have tried restarting the system. |
Topic: MQ pub/sub broker |
abcmno123
Replies: 8 Views: 6643
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 24, 2006 2:04 am Subject: MQ pub/sub broker |
----- amqfcxca.c : 1034 -------------------------------------------------------
08/24/2006 15:32:45
AMQ5855: WebSphere MQ Publish/Subscribe broker ended.
EXPLANATION:
An attempt has been made t ... |
Topic: MQ pub/sub broker |
abcmno123
Replies: 8 Views: 6643
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 24, 2006 1:54 am Subject: MQ pub/sub broker |
command I am issuing - strmqbrk -m QM_NAME
WMQ version - 5.3.10
Error in logs - Resource problem 5801 |
Topic: MQ pub/sub broker |
abcmno123
Replies: 8 Views: 6643
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 24, 2006 1:04 am Subject: MQ pub/sub broker |
Hi,
When I try to start a queue manager in pub/sub mode it is giving following error :
Websphere MQ Publish/Subscribe broker for queue manager ot active
What could be the reason for the broker ... |
Topic: JMS API for MQMD |
abcmno123
Replies: 4 Views: 4020
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 21, 2006 9:16 pm Subject: JMS API for MQMD |
How do you use JMS headers to map to MQMD fields in JMS applications? An example would help. |
Topic: JMS API for MQMD |
abcmno123
Replies: 4 Views: 4020
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 20, 2006 9:49 pm Subject: JMS API for MQMD |
Hi,
Is it possible to access or modify MQMD fields using JMS APIs? |
Topic: JMS APIs |
abcmno123
Replies: 2 Views: 4347
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 20, 2006 9:32 pm Subject: JMS APIs |
Hi,
Is it possible to access or modify MQMD fields of a message using any of the JMS APIs? |
Topic: JMS APIs |
abcmno123
Replies: 2 Views: 4347
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 20, 2006 9:14 pm Subject: JMS APIs |
Hi all,
can any one please give me a link to any pdf containing info on JMS APIs. |
Topic: Problem in XML message parsing |
abcmno123
Replies: 12 Views: 6305
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 18, 2006 3:47 am Subject: Problem in XML message parsing |
But my actual problem is that if I give a normal xml message as input then it does not parse it but if I give a xml message which has MQRFH2 header then it does not parse. |
Topic: Problem in XML message parsing |
abcmno123
Replies: 12 Views: 6305
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 18, 2006 2:11 am Subject: Problem in XML message parsing |
If the message is parsed once, how do we re-parse it again... put a MQInput node again to parse it? |