Author |
Message |
Topic: Problem with JMSInput Node |
Kumar4
Replies: 6 Views: 5486
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 27, 2007 2:14 pm Subject: Problem with JMSInput Node |
Hi,
I have a question on the above discussion which relates to my problem.
I'm using a JMSInput for my flow which subsribes to message from a different application.
I would like to know about t ... |
Topic: Accessing Database using JavaCompute JDBC Drivers |
Kumar4
Replies: 3 Views: 2406
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 25, 2007 9:57 am Subject: Accessing Database using JavaCompute JDBC Drivers |
I know about JDBC.
Wondering whether the ODBC connection can work for Linux?
I'm connecting to Oracle DB from Linux
Thanks |
Topic: Accessing Database using JavaCompute JDBC Drivers |
Kumar4
Replies: 3 Views: 2406
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 25, 2007 8:25 am Subject: Accessing Database using JavaCompute JDBC Drivers |
Hi,
I'm testing a flow where I can access database using JDBC Drivers thru JavaCompute Node,how can I specify the driver, database information using JavaCompute Node and also a sample code where I ... |
Topic: Question on MQMD.ApplIdentityData |
Kumar4
Replies: 5 Views: 4826
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2007 10:18 am Subject: Question on MQMD.ApplIdentityData |
Hi Folks
I have ESQL code where the MQMD.ApplIdentityData has set to a value. But when the message is passed from Broker to the client application, The
ApplIdentityData field is populated as blan ... |
Topic: Accessing Pipe Delimiter inside XML Message |
Kumar4
Replies: 5 Views: 3478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 19, 2007 10:37 am Subject: Accessing Pipe Delimiter inside XML Message |
Thanks for the reply,
BUt how can you determine the position of the Value, The value will be at the last pipe delimitter, The position might be changing if any of values before to this changes. and ... |
Topic: Accessing Pipe Delimiter inside XML Message |
Kumar4
Replies: 5 Views: 3478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 19, 2007 10:07 am Subject: Accessing Pipe Delimiter inside XML Message |
Hi Folks,
I have a incoming message where the value of the field is something like
<XML FIELD> VALUE1 | VALUE2 | ID1| ID2 </XML FIELD>
Can some one guide me on accessing the ID2 V ... |
Topic: Clarification on the MQGet |
Kumar4
Replies: 4 Views: 2335
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 17, 2007 6:33 am Subject: Clarification on the MQGet |
The reason I was using JMSMQ transform is that it should be used whenever I use JMSInput node it
should be followed by JMSMQ transform(As per the Tutotial).If I use JMSOuput Node then it will be pre ... |
Topic: Clarification on the MQGet |
Kumar4
Replies: 4 Views: 2335
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 16, 2007 2:03 pm Subject: Clarification on the MQGet |
Heloo Masters
I have a question regarding the MQGet Node, I have a flow where I get message from the JMS Node and sending the message with transformation and Validation handled.
JMSInput--> J ... |
Topic: Question on Message Flow |
Kumar4
Replies: 1 Views: 1294
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 13, 2007 2:33 pm Subject: Question on Message Flow |
Heloo ,
Is there a way that a JMSInput and MQInput Nodes can be embedded in a single message flow. I have a requirement where the messages from "A" application will be handled by a JMSI ... |
Topic: Problems With Attach Statement. |
Kumar4
Replies: 8 Views: 4390
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 24, 2007 6:47 am Subject: Problems With Attach Statement. |
Hi,
Thanks for the reply, that one works for me.
But the thing is , I get Input data from CDATA structure of a XML Message. I'm pulling out a message from CDATA inside XML.
This code doesnt w ... |
Topic: Problems With Attach Statement. |
Kumar4
Replies: 8 Views: 4390
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 23, 2007 10:46 am Subject: Problems With Attach Statement. |
Thanks for the suggestion.
I changed the group from XML to XMLNS and tried again. This time it gives me the following error:
BIP2340E: Err
or attaching field 'XMLNS' to field 'Data' which belon ... |
Topic: Problems With Attach Statement. |
Kumar4
Replies: 8 Views: 4390
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 23, 2007 6:20 am Subject: Problems With Attach Statement. |
Hi,
Even though, I detach and attach the dynamic refernces. seems like it is stuck at the same error,
following is the error, I still get. Is there any other way of dealing this?
BIP2340E: Err
... |
Topic: Problems With Attach Statement. |
Kumar4
Replies: 8 Views: 4390
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 22, 2007 8:14 am Subject: Problems With Attach Statement. |
Hi,
I have a situration where the XML elements should be attached dynamically. I'm using LocalEnvironment to capture the elements and using ATTACH statement to attach those elements.But the Broker ... |
Topic: Reading XML Elements inside XML Message |
Kumar4
Replies: 15 Views: 8319
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 22, 2007 7:35 am Subject: Reading XML Elements inside XML Message |
Thanks for that clarification
Could you please reply to above post (which has error log)
Thanks |
Topic: Reading XML Elements inside XML Message |
Kumar4
Replies: 15 Views: 8319
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 22, 2007 7:27 am Subject: Reading XML Elements inside XML Message |
One more question:
Do the OutputRoot should start with the OutputRoot.XMLNS or XML?
AS the Input Domain is XMLNS, Does the output cares?
Thanks |