Author |
Message |
Topic: MQ message not making it past MQINPUT niode |
BCWolf
Replies: 16 Views: 11102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 08, 2013 11:18 am Subject: MQ message not making it past MQINPUT niode |
hmm, if you supplied a message set name in the input Message Model, I would expect that it would show up in the Properties - MessageSet field in your trace that you attached. Maybe you have valid XML ... |
Topic: MQ message not making it past MQINPUT niode |
BCWolf
Replies: 16 Views: 11102
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 07, 2013 4:13 pm Subject: MQ message not making it past MQINPUT niode |
I have an MQInput getting a XML datagram from a queue, but despite the node apparently being able to parse the message, it is routing to the Failure branch rather than Out.
Looking at the Exception ... |
Topic: Determining the XMLNSC namespaces |
BCWolf
Replies: 13 Views: 8971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 08, 2013 1:20 pm Subject: Determining the XMLNSC namespaces |
I'm reasonably sure that there's a post somewhere here that already shows how to remove all of the namespaces from a tree, recursively.
My recursive walk, coupled with using SET root NAMESPACE = '' ... |
Topic: Determining the XMLNSC namespaces |
BCWolf
Replies: 13 Views: 8971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 08, 2013 11:39 am Subject: Determining the XMLNSC namespaces |
Thanks again for your informative replies. Much of what you wrote confirms what i had gleaned, but in a clearer and direct way.
Why are you trying to clear the namespace contents of every element o ... |
Topic: Determining the XMLNSC namespaces |
BCWolf
Replies: 13 Views: 8971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 05, 2013 10:17 am Subject: Determining the XMLNSC namespaces |
Thanks for all your replies. Ultimately, what i am trying to do is understand the way a message assembly is organized in an XMLNSC parser, since it is not very clear from the online documentation.
... |
Topic: Determining the XMLNSC namespaces |
BCWolf
Replies: 13 Views: 8971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 04, 2013 3:17 pm Subject: Determining the XMLNSC namespaces |
Thanks -- but now i am even more confused.
CARDINALITY(root.(XMLNSC.NamespaceDecl)*[]) returns zero, yet FIELDNAMESPACE(root) yields the namespace i was expecting to ... |
Topic: Determining the XMLNSC namespaces |
BCWolf
Replies: 13 Views: 8971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 04, 2013 12:08 pm Subject: Determining the XMLNSC namespaces |
I am trying to determine how many namespaces are associated with a given MessageAssembly -- but when i use the wildcard character (which according to the docs is supposed to yield a list when used in ... |