Author |
Message |
Topic: Problem writing XML to MQOutput in Unix env in Java CompNode |
DevNYC1
Replies: 3 Views: 4215
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 21, 2018 11:16 am Subject: Problem writing XML to MQOutput in Unix env in Java CompNode |
Just wanted to add that I also tried to wrote this XML as a blob - same issue, works fine in my local environment, but getting the same exception in the Unix server environment.
MbElement outParser ... |
Topic: Problem writing XML to MQOutput in Unix env in Java CompNode |
DevNYC1
Replies: 3 Views: 4215
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 21, 2018 10:31 am Subject: Problem writing XML to MQOutput in Unix env in Java CompNode |
I have a strange problem that I cannot replicate locally on my machine, but it keeps happening in the enterprise Unix environment - every time the propagate causes this exception while trying to write ... |
Topic: Best way to discard messages in Java Compute Node post parse |
DevNYC1
Replies: 7 Views: 5237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 25, 2017 9:18 am Subject: Re: Best way to discard messages in Java Compute Node post p |
If you just want to parse XML with Java, you can do it in WAS for a fraction of the price.....Perhaps. But I work in a large enterprise, and this flow includes calls to a bunch of Java libraries and A ... |
Topic: Best way to discard messages in Java Compute Node post parse |
DevNYC1
Replies: 7 Views: 5237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 25, 2017 9:15 am Subject: Best way to discard messages in Java Compute Node post parse |
Let me provide some additional details about this flow.
MQInput node ---> JNC ---> MQOutput
MQInput node's catch is connected to the Error Flow (logs/captures errors)
MQInput's Domain ... |
Topic: Best way to discard messages in Java Compute Node post parse |
DevNYC1
Replies: 7 Views: 5237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 25, 2017 7:13 am Subject: Best way to discard messages in Java Compute Node post parse |
So my JCN is reading and parsing XML messages off the queue.
Only about 10% of the messages are the ones I care about. Once I parse a certain ID element of each message with XPath I know whether th ... |
Topic: Getting Queue Name property in Java Compute Node |
DevNYC1
Replies: 3 Views: 3372
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 06, 2017 12:34 pm Subject: Getting Queue Name property in Java Compute Node |
This is wonderful, guys. I will try. |
Topic: Getting Queue Name property in Java Compute Node |
DevNYC1
Replies: 3 Views: 3372
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 06, 2017 12:05 pm Subject: Getting Queue Name property in Java Compute Node |
I have a Java Compute Node and would like to get access to the QueueName (queueName) property of MQInput node this is connected to this Java Compute Node?
I.e., what to know at run time what queue ... |
Topic: Accessing Text Message inside Java Compute Node |
DevNYC1
Replies: 18 Views: 18055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2013 3:40 am Subject: Accessing Text Message inside Java Compute Node |
BAD Boy. You are completely bypassing the CCSID issue. Your java code makes a lot of assumptions one of which is that the CCSID corresponds to the default CCSID of the platform java is running inCan y ... |
Topic: Accessing Text Message inside Java Compute Node |
DevNYC1
Replies: 18 Views: 18055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2013 5:39 pm Subject: Accessing Text Message inside Java Compute Node |
I found the solution on one blog after a very long, exhaustive search - in case anyone wants to know how to accomplish this simple task:
1) Set Blob as Message Domain on the MQInput Node
2) Use t ... |
Topic: Accessing Text Message inside Java Compute Node |
DevNYC1
Replies: 18 Views: 18055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2013 2:07 pm Subject: Accessing Text Message inside Java Compute Node |
I am utilizing now the default Message Set with the MRM domain.
Why? Why not build one? How do you know that matches your data?I am not an expert on Message Broker, although used it quite a bit for t ... |
Topic: Accessing Text Message inside Java Compute Node |
DevNYC1
Replies: 18 Views: 18055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2013 9:43 am Subject: Accessing Text Message inside Java Compute Node |
Let me be precise on the version - it's 7.0.0.4 of the toolkit and the runtime.
Should I attach the Trace node to the "out" terminal of the MQInput node?
I am utilizing now the defaul ... |
Topic: Accessing Text Message inside Java Compute Node |
DevNYC1
Replies: 18 Views: 18055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2013 8:59 am Subject: Accessing Text Message inside Java Compute Node |
Your post is very vague. You leave out details like version numbers for toolkit and runtime, what message set you are using with MRM, and the output of your Trace nodes in your flow.
Sorry, here are ... |
Topic: Accessing Text Message inside Java Compute Node |
DevNYC1
Replies: 18 Views: 18055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 24, 2013 8:07 am Subject: Accessing Text Message inside Java Compute Node |
This is a very simple question, I am sure, but I am struggling to make this simple thing work. In my flow the 1st node is MQInput that reads the plain text message from the Q which is sent to the JCN ... |
Topic: Using the Route node's default terminal for exceptions |
DevNYC1
Replies: 2 Views: 2168
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 12:58 pm Subject: Using the Route node's default terminal for exceptions |
What is wrong with sticking a throw node connected to the default terminal? Maybe i'm missing something as this seems a bit obvious....Not only nothing is wrong with it, it is probably the best soluti ... |
Topic: Using the Route node's default terminal for exceptions |
DevNYC1
Replies: 2 Views: 2168
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 26, 2013 4:43 pm Subject: Using the Route node's default terminal for exceptions |
I am using the Route node to determine the message type and route to the appropriate validation and MQOutput nodes.
If the message is of the wrong type (no match, so it will hit the default termina ... |