Author |
Message |
Topic: mqsicreatebar ---command too long |
kevin_22
Replies: 2 Views: 3505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 08, 2008 1:10 am Subject: mqsicreatebar ---command too long |
Hello All,
Thanks for looking into my issue.
I am trying to create a bar file on the command line by adding (say 200 flows). As there are too many flows and the command line is exceeding 256 cha ... |
Topic: dynamically placing a message on the destination queue |
kevin_22
Replies: 5 Views: 5454
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 22, 2007 3:14 am Subject: dynamically placing a message on the destination queue |
Hi,
Can i assign the destinatin queuemanager and quename of the MQOutput Node in the message flow dynamically.
For ex. if i got some 50 QM each having a queue and my requirement is that i like t ... |
Topic: Problem with MessageBroker6.0/MQSI2.1 in using CARDINALITY. |
kevin_22
Replies: 6 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 26, 2006 9:27 pm Subject: Problem with MessageBroker6.0/MQSI2.1 in using CARDINALITY. |
Hello All,
I appreciate you all in exploring this.
I am considering to use '(XML.Element)*[]' for finding CARDINALITY as a best practice. MQInput Node with 'XMLNSC' domain is also working fine.
... |
Topic: Problem with MessageBroker6.0/MQSI2.1 in using CARDINALITY. |
kevin_22
Replies: 6 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 26, 2006 5:19 am Subject: Problem with MessageBroker6.0/MQSI2.1 in using CARDINALITY. |
Hello fjb_saper:
Yes, broker is treating 'enter' after each tag as a child. The problem is there in MQSI 2.1 as well as MB6.0 also.
Thanks,
Kevin |
Topic: Problem with MessageBroker6.0/MQSI2.1 in using CARDINALITY. |
kevin_22
Replies: 6 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 26, 2006 4:20 am Subject: Problem with MessageBroker6.0/MQSI2.1 in using CARDINALITY. |
Hi,
I am facing a problem in using 'CARDINALITY' function. Please find the details below,
Input Message:
<Test>
<d1>1</d1>
<d2>1</d2>
</Test>
MessageF ... |
Topic: Webservices HTTPRequest node 'XML Parsing Errors have occur' |
kevin_22
Replies: 5 Views: 5272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 18, 2006 3:42 am Subject: Webservices HTTPRequest node 'XML Parsing Errors have occur' |
Hi mgk,
I made Domain of HTTPRequest = 'BLOB' , there is no problem ofcourse we are not parsing and in the next compute node i made
OutputRoot.Properties.MessageFormat = 'XMLNS';
SET OutputRoo ... |
Topic: Webservices HTTPRequest node 'XML Parsing Errors have occur' |
kevin_22
Replies: 5 Views: 5272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 18, 2006 2:46 am Subject: Webservices HTTPRequest node 'XML Parsing Errors have occur' |
Hi,
I am trying to access a webservice and get a response. I am finding 'XML Parsing errors have occur' at OutputRoot.XMLNS. The HTTPReponseHeader is having 'HTTP/1.0 200 OK' which seems that the ... |
Topic: MQInput Node with XML Message Domain ---not validating !!!!! |
kevin_22
Replies: 15 Views: 14446
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 24, 2006 4:00 am Subject: MQInput Node with XML Message Domain ---not validating !!!!! |
Victor,
Thats right. i am surviving now by keeping InputRoot.XML...in compute1 to raise exception while parsing.
Thanks to all for exploring this.
Kevin  |
Topic: MQInput Node with XML Message Domain ---not validating !!!!! |
kevin_22
Replies: 15 Views: 14446
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 24, 2006 3:29 am Subject: MQInput Node with XML Message Domain ---not validating !!!!! |
Kimbert,
Thanks for your valuable response.
I want to check the message is XML or not( is well formedness or not).I am not connecting Failure terminal. It seems that, broker stats parsing the mess ... |
Topic: [SOLVED]ESQL Editor Error with FLOAT |
kevin_22
Replies: 4 Views: 5252
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 24, 2006 1:36 am Subject: [SOLVED]ESQL Editor Error with FLOAT |
Hi Edde,
Declaring float variable working fine with 0.0 or 0+0.
I am having MQSI 2.1 Message flows with condition
IF FVAL <> 0e+0 THEN.... which is working fine in MQSI 2.1 when i migrat ... |
Topic: MQInput Node with XML Message Domain ---not validating !!!!! |
kevin_22
Replies: 15 Views: 14446
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 24, 2006 1:12 am Subject: MQInput Node with XML Message Domain ---not validating !!!!! |
kimbert wrote:
You are setting validation options when using the XML parser. Only the MRM domain supports validation.
- You think that well-formedness is the same as validation.
My requirement i ... |
Topic: [SOLVED]ESQL Editor Error with FLOAT |
kevin_22
Replies: 4 Views: 5252
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 24, 2006 12:20 am Subject: [SOLVED]ESQL Editor Error with FLOAT |
Hi,
I am having problem when declaring a float variable.
DECLARE FVAL FLOAT 0e+0;
ESQL editor is showing a red crossed error. Let me know your ideas please.
Message Broker 6.0
Windows 2 ... |
Topic: MQInput Node with XML Message Domain ---not validating !!!!! |
kevin_22
Replies: 15 Views: 14446
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 23, 2006 9:22 pm Subject: MQInput Node with XML Message Domain ---not validating !!!!! |
Hi,
mgk, You are right i am using MQSI 2.1 as per my client requirement. I wonder is there any solution to my problem ?
Thanks,
Kevin |
Topic: MQInput Node with XML Message Domain ---not validating !!!!! |
kevin_22
Replies: 15 Views: 14446
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 23, 2006 7:05 am Subject: MQInput Node with XML Message Domain ---not validating !!!!! |
Hi,
I am working with MQSI 2.1. I am having MQInput Node in my flow with Message Domain = 'XML' , Validate = 'Content And Value', Failure Action = 'Exception', Timing = 'Complete'.
MQInput Node ... |
Topic: How to subscribe to the broker |
kevin_22
Replies: 4 Views: 5315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 8:12 pm Subject: How to subscribe to the broker |
Hi KIT_INC,
I remember a redbook which explians the pub/sub concepts and scenarios. Search for it , it will help you
Thanks,
Kevin |