Author |
Message |
Topic: WMQSI 2.1 JAVA PLUGIN NODE |
jpm
Replies: 7 Views: 5626
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 08, 2004 3:27 am Subject: WMQSI 2.1 JAVA PLUGIN NODE |
Hi,
I am having the same problem. Please could you (Bolek, Danielaphex or anybody else who can help) post an example of the code used to create an instance of MbRecoverableException.
In particu ... |
Topic: Java plugin node - Class loader / Class Not Found Problem |
jpm
Replies: 1 Views: 2489
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 03, 2003 11:04 am Subject: Java plugin node - Class loader / Class Not Found Problem |
Hi,
I have add a logging package (log4j) to a java plugin node. The logging appears to work fine, but the WMQI log file : 'syslog.user' reports the following :
Failure to locate Java class org.ap ... |
Topic: Convert XML string (with attributes) to XML |
jpm
Replies: 3 Views: 3743
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 01, 2003 5:52 am Subject: Convert XML string (with attributes) to XML |
Thanks for the response.
Is it possible to parse the XML string so that it constructs a message tree?
I am trying to get the XML string in a format or tree structure, that will allow me to use ... |
Topic: Convert XML string (with attributes) to XML |
jpm
Replies: 3 Views: 3743
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 01, 2003 3:40 am Subject: Convert XML string (with attributes) to XML |
Hi,
I have a java plugin node that retrieves an XML string which contains attributes. I assign this XML string to an environment variable, so in MQSI I have something like
Environment.Results = ... |
Topic: Java Plugin Node API - Retrieving name of messageflow |
jpm
Replies: 4 Views: 3814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 09, 2003 2:09 am Subject: Java Plugin Node API - Retrieving name of messageflow |
Jeff, Yes, that is what I mean. Sorry, I'm new to this.
The java plugin node is being called from a subflow, which can be called from various different subflows, hence
Message Flow: FLO ... |
Topic: Java Plugin Node API - Retrieving name of messageflow |
jpm
Replies: 4 Views: 3814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 08, 2003 9:12 am Subject: Java Plugin Node API - Retrieving name of messageflow |
Hi,
I have written a java plugin node that is used in several different flows. The plugin node writes logging info to a file.
I want to log the name of the flow that is using the node. For examp ... |