Author |
Message |
Topic: Is there a way to find XML tag using wildcard ? |
HOMETOWN47
Replies: 28 Views: 12255
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 09, 2011 3:56 am Subject: Is there a way to find XML tag using wildcard ? |
Try:-
SET Environment.Data[] = (SELECT * FROM InputRoot.XMLNSC.Msg.*[] AS T WHERE FIELDNAME(T) LIKE 'BO%');
From help:-
Using anonymous field references
You ... |
Topic: RouteToLabel and Label |
HOMETOWN47
Replies: 7 Views: 7260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2009 5:15 am Subject: RouteToLabel and Label |
Of sorts you can combine the RouteToLabel and Label to then route the message via an MQ output node. If the output node is the input to the other flow then problem solved... |
Topic: Obfuscation in WMB ? |
HOMETOWN47
Replies: 13 Views: 12034
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2009 4:03 am Subject: Obfuscation in WMB ? |
Sounds like you may want to employ some for of code management system (Clear Case etc) to restrict who can and cannot make code changes... |
Topic: XML element padding - how to? |
HOMETOWN47
Replies: 4 Views: 3954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 17, 2009 2:11 am Subject: XML element padding - how to? |
Vitor, schema should be min=18 and max=18 but SAP adapter incorrectly setit as min=1, max=18.
Agree with Kimbert and will do the padding in the ESQL. Is there a simple way of doing this ? |
Topic: XML element padding - how to? |
HOMETOWN47
Replies: 4 Views: 3954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 16, 2009 2:30 am Subject: XML element padding - how to? |
I've got a message set that has been created via the WSDL/XSD import wizard. This has by default set the Default message domain as SOAP and the supported message domains are SOAP and XMLNSC.
Within ... |
Topic: Batch Processing pattern |
HOMETOWN47
Replies: 13 Views: 12811
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 09, 2009 12:23 am Subject: Batch Patterns |
Previous client had a form of batch processing where a record was written to DB table each time one of the expected batch messages was processed. The flow would then trigger another 'check' flow that ... |
Topic: Message Sets from Importing WSDL |
HOMETOWN47
Replies: 5 Views: 4511
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 03, 2009 4:52 am Subject: Message Sets from Importing WSDL |
In response to the previous two posts:-
When it comes to web services, you maintain the WSDL, and the schema that build them.
You don't manually make changes to artifacts generated from WSDLs. ... |
Topic: Message Sets from Importing WSDL |
HOMETOWN47
Replies: 5 Views: 4511
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 03, 2009 3:12 am Subject: Message Sets from Importing WSDL |
I suspected that was how it might be but it does seem to be an issue when it comes to web services and maintainability. I assume that it is quite common that one or more web services share a common me ... |
Topic: Message Sets from Importing WSDL |
HOMETOWN47
Replies: 5 Views: 4511
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 03, 2009 2:28 am Subject: Message Sets from Importing WSDL |
Question on message sets and web services.
Working on a client site where they are creating Web Services and they have created several WSDL's that define the services, endpoints, messages etc.
E ... |
Topic: WMB best practices - Additional Instances |
HOMETOWN47
Replies: 4 Views: 4133
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 26, 2009 6:52 am Subject: WMB best practices - Additional Instances |
See info center help If you specify a value of By Queue Order on the Order mode property, the message flow processes the messages in the group in the order that is defined by the queue attributes; thi ... |
Topic: Updates to MQRFH2 Header from ComputeNode are ignored |
HOMETOWN47
Replies: 2 Views: 3880
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 20, 2009 7:14 am Subject: Updates to MQRFH2 Header from ComputeNode are ignored |
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/topic/com.ibm.etools.mft.doc/aq06940_.htm?
Has following section:-
If an MQRFH2 header is present in an output message tree, an <mcd& ... |
Topic: Problem with Oracle CLOB |
HOMETOWN47
Replies: 15 Views: 14717
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 20, 2009 6:52 am Subject: Problem with Oracle CLOB |
Ignoring the politics around the right and wrong way of doing this, I've tried the example that kudlanka has posted and not had a problem - I used the same XML message as him because he said this was ... |
Topic: reading more than one message using MQGET |
HOMETOWN47
Replies: 11 Views: 9326
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 20, 2009 4:31 am Subject: reading more than one message using MQGET |
Vitor, thanks for the link to the other post and I can see that if you were looping through 1000's of messages then memory issues are going to be a problem but having read the original posters email h ... |
Topic: reading more than one message using MQGET |
HOMETOWN47
Replies: 11 Views: 9326
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 20, 2009 4:02 am Subject: reading more than one message using MQGET |
Thanks for the information but still not sure why this is an issue.
Are you saying the issue with paging will be when there are multiple messages to get off the queue and each time the MQ Get is c ... |
Topic: How to make Test Client add MQRFH2 Header to test message |
HOMETOWN47
Replies: 10 Views: 7049
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 20, 2009 3:27 am Subject: How to make Test Client add MQRFH2 Header to test message |
You don't - it's used instead of the Test Client. |