Author |
Message |
Topic: Triggering flows |
Oops
Replies: 4 Views: 2171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 08, 2004 1:34 am Subject: Triggering flows |
flow 1:
input node------n2---------n3----------output node
flow 2:
input node1------n4---------n5----------output node1
Suppose both these flows are in the same Message Flow. then, can i acces ... |
Topic: Select query execution |
Oops
Replies: 2 Views: 2012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 07, 2004 10:38 pm Subject: Select query execution |
Thanks it worked !!!
 |
Topic: Select query execution |
Oops
Replies: 2 Views: 2012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Feb 07, 2004 3:13 am Subject: Select query execution |
Hi,
Can I execute a SELECT query from a compute node.
If Yes where do I specify the DSN.
Else how can I retrive the output from the databse node to a queue?
Iam using IBM WebSphere MQ Integrat ... |
Topic: Using Database nodes in WMQI |
Oops
Replies: 3 Views: 1991
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 31, 2004 8:04 pm Subject: Using Database nodes in WMQI |
Hi,
Iam trying this in IBM WebSphere MQ Integrator Version 2.1.
And I have given the ODBC connectivity also.
Thanks |
Topic: Using Database nodes in WMQI |
Oops
Replies: 3 Views: 1991
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 31, 2004 5:50 am Subject: Using Database nodes in WMQI |
Hi,
Iam trying to insert data to a table in DB2 throuht WMQI.
Iam using the follwoing code in DataBase Node:
INSERT INTO Database.TEST(KEY,MSG) VALUES('AAA','BBBBB') ;
Wher ... |
Topic: Neon Transformation from MQSI |
Oops
Replies: 2 Views: 2416
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 23, 2004 9:31 pm Subject: Neon Transformation from MQSI |
I am trying to pass the message through the NEON database using a MQSI flow. I am using MQInput + NEONTransform nodes. Are there any configuration files to be set other than nnsyreg.dat file.
Foll ... |
Topic: Type name in path |
Oops
Replies: 5 Views: 3194
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 21, 2004 8:26 pm Subject: Type name in path |
Yeah as you said typically only the element names appear in the path and not the type names. But is there is method where I could include the type name to appear in the path.
I have seen the followin ... |
Topic: Type name in path |
Oops
Replies: 5 Views: 3194
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2004 8:33 pm Subject: Type name in path |
Hi,
Ok let me put it in an example, suppose I have a type t_Type in my message set and t_Type e_Element is one of the elements contained within in .
t_Type is by itself REPEATING and I need to acce ... |
Topic: Type name in path |
Oops
Replies: 5 Views: 3194
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2004 8:24 am Subject: Type name in path |
Can I include the type name in the path to an element?
A type in my message set contains few elements and this type is repeating.Could I access the elements including the type name also in the path s ... |