Author |
Message |
Topic: Search and delete specific fields in a unknown msg tree |
venanciorb
Replies: 3 Views: 2348
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 23, 2013 12:37 pm Subject: Solved |
I deleted the fields using:
DELETE FIELD outRef.{Environment.grupoName}.{pathFieldName};
See completed code bellow.
CREATE PROCEDURE RemoveFillers(IN pathRef REFERENCE) BEGIN
... |
Topic: Search and delete specific fields in a unknown msg tree |
venanciorb
Replies: 1 Views: 1344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 23, 2013 7:45 am Subject: Search and delete specific fields in a unknown msg tree |
Hello!
I need to navigate in a unknown message tree and if I find some particular fields(fields like fill_*) I need to delete it.
I did a code to navegate in the message, but now I don't know ... |
Topic: Search and delete specific fields in a unknown msg tree |
venanciorb
Replies: 3 Views: 2348
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 23, 2013 7:37 am Subject: Search and delete specific fields in a unknown msg tree |
Hello!
I need to navigate in a unknown message tree and if I find some particular fields(fields like fill_*) I need to delete it.
I did a code to navegate in the message, but now I don't know ... |
Topic: Is possible a Weblogic applicattion use MQ Topic String? |
venanciorb
Replies: 1 Views: 2931
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 28, 2012 5:21 am Subject: Is possible a Weblogic applicattion use MQ Topic String? |
Is there a way to the mdb listener subscribe on a String MQ Topic?
//weblogic-ejb-jar.xml
<!-- "Transf" is the name of the MQ Topic. -->
<destination-jndi-name>Transf< ... |
Topic: Weblogic - Samples weblogic-ejb-jar and ejb-jar xml for MQ |
venanciorb
Replies: 2 Views: 2338
|
Forum: General IBM MQ Support Posted: Wed Mar 28, 2012 4:49 am Subject: Weblogic - Samples weblogic-ejb-jar and ejb-jar xml for MQ |
Thanks, The customer found the correct setting of the xml files. |
Topic: Weblogic - Samples weblogic-ejb-jar and ejb-jar xml for MQ |
venanciorb
Replies: 1 Views: 3004
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 27, 2012 12:37 pm Subject: Weblogic - Samples weblogic-ejb-jar and ejb-jar xml for MQ |
Hi,
Does anyone have an example of weblogic-ejb-jar and ejb-jar xml files for configuration to work with Websphere MQ topics?
The customer are using Weblogic v10x...
Tks. |
Topic: Weblogic - Samples weblogic-ejb-jar and ejb-jar xml for MQ |
venanciorb
Replies: 2 Views: 2338
|
Forum: General IBM MQ Support Posted: Tue Mar 27, 2012 9:38 am Subject: Weblogic - Samples weblogic-ejb-jar and ejb-jar xml for MQ |
Hi,
Does anyone have an example of weblogic-ejb-jar and ejb-jar xml files for configuration to work with Websphere MQ topics?
The customer are using Weblogic v10x...
Tks. |