Author |
Message |
Topic: Retrieving datasource names from JavaNode |
rksuresh
Replies: 7 Views: 4506
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2002 8:02 am Subject: Retrieving datasource names from JavaNode |
I am trying to find some examples for createSQLStatement and execute statements. Some of the examples from the newsgroup suggested that the statement should be exactly esql syntax. But for the stored ... |
Topic: Retrieving datasource names from JavaNode |
rksuresh
Replies: 7 Views: 4506
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 18, 2002 7:32 am Subject: Retrieving datasource names from JavaNode |
Those are ESQL syntax to be used from Compute node, but I am looking for examples to call an stored procedure from java plugin node. |
Topic: Retrieving datasource names from JavaNode |
rksuresh
Replies: 7 Views: 4506
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 16, 2002 10:41 pm Subject: Retrieving datasource names from JavaNode |
I am planning to work on a java plugin which can call a stored procedure and sql statements. Since I have to handle multiple datasource, this is going to be an attribute from the plugin node.
I am ... |
Topic: Multiple database instances |
rksuresh
Replies: 5 Views: 3877
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 15, 2002 8:39 am Subject: Multiple database instances |
Is it possible to accomplish this with a plugin node, what would it take to write a plugin node in Java? I have never written a plugin node, please give me your views about it and any suggested readin ... |
Topic: Multiple database instances |
rksuresh
Replies: 5 Views: 3877
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 15, 2002 8:17 am Subject: Multiple database instances |
Thanks for your reply.
I was thinking about multiple database nodes/Compute node option, but before deciding that route I was wondering if there was any other options available. |
Topic: Multiple database instances |
rksuresh
Replies: 5 Views: 3877
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 14, 2002 4:41 pm Subject: Multiple database instances |
We have a message flow which needs to update different oracle instance based on the message that is being received in the queue. We need to change the datasource name dynamically based on the messag ... |
Topic: Create Procedure |
rksuresh
Replies: 3 Views: 2530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 25, 2002 9:24 am Subject: Create Procedure |
Thanks for your reply.
We looked at the installationan and there was no csds installed. We are in the process of installing the csds (1,2,3), hope it works.
thanks
-suresh |
Topic: Create Procedure |
rksuresh
Replies: 3 Views: 2530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 25, 2002 7:48 am Subject: Create Procedure |
I am trying to call an external procedure by declaring create procedure in Compute node.
I am getting an syntax error in the compute node when I try to use create procedure. I also ignored it and ... |
Topic: pub/sub |
rksuresh
Replies: 1 Views: 2032
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 24, 2002 12:25 pm Subject: pub/sub |
I have just started to work on MQSI and would like to test a simple pub/sub message flow.
I created a topic using the control center. I dont understand how to publish the messages to a topic usin ... |
Topic: Publish / Subscribe - Basic Question |
rksuresh
Replies: 1 Views: 2434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 21, 2002 9:01 am Subject: Publish / Subscribe - Basic Question |
Guys,
I just completed reading some basic about how publish and subscribe works. I would like to test how it works in MQSI 2.02, can anyone advice me about the configurations that might be required ... |
Topic: Compute Node |
rksuresh
Replies: 12 Views: 9747
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 03, 2002 12:13 pm Subject: Compute Node |
Thanks Kiran for all your suggestions and help.
I finally got the message put in the output queue, I am going to read on some materials for XML + ESQL processing. Do you recommend any?
I should ... |
Topic: Compute Node |
rksuresh
Replies: 12 Views: 9747
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 03, 2002 9:53 am Subject: Compute Node |
After I remove the multiplication I get an other exception "Message Contains no Data" What does this mean?
I am sorry guys, I think I should do some more reading.
-suresh
Excepti ... |
Topic: Compute Node |
rksuresh
Replies: 12 Views: 9747
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 03, 2002 9:22 am Subject: Compute Node |
The new exception is "Cannot evaluate '%1 %2 %3' because the types are incompatible".
The value 40 for the gin tag is treated as String, I think it fails when I try to multiply it by 2. ... |
Topic: Compute Node |
rksuresh
Replies: 12 Views: 9747
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 03, 2002 9:03 am Subject: Compute Node |
Finally got the trace to work, Exception is repeated more than one time in the trace file.
XML Input:
<?xml version="1.0" encoding="UTF-8" standalone="yes">
&l ... |
Topic: Compute Node |
rksuresh
Replies: 12 Views: 9747
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 02, 2002 3:33 pm Subject: Compute Node |
I connected the mqinput failure node to the trace node and redirected to a filename. In the pattern "Print ${ExceptionList}" was coded, but still dont see any trace information.
Am I doin ... |