Author |
Message |
Topic: Database insert theoretical design question |
BDS
Replies: 3 Views: 2132
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 03, 2010 1:24 am Subject: Database insert theoretical design question |
Thanks Vitor
I knew I could invoke a stored proc, so I'll keep exploring the multiple row inserts to multiple tables.
If anyone has any pseudo or example code to get me started looking int he ri ... |
Topic: Database insert theoretical design question |
BDS
Replies: 3 Views: 2132
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 02, 2010 12:21 pm Subject: Database insert theoretical design question |
have I asked a really dumb question?  |
Topic: Database insert theoretical design question |
BDS
Replies: 3 Views: 2132
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 02, 2010 6:35 am Subject: Database insert theoretical design question |
Hello all
All theory and pen chewing at this stage, but I'd be grateful for any pointers on how to go about a inserting data from a single input message into a db.
eg order input message
The ... |
Topic: Error Propagation |
BDS
Replies: 2 Views: 2791
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 02, 2010 6:23 am Subject: Error Propagation |
Hi venuprsd
When a error occurs in a msgflow, the msg is sent back upstream - if it hits anode with a cath terminal it will try to go this route if connected - ultimately hitting the MQ input node ... |
Topic: Websphere Message Broker: A design Question |
BDS
Replies: 12 Views: 8016
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 02, 2010 6:09 am Subject: Websphere Message Broker: A design Question |
Personally I'd use RTL for ony a handful of destinations for ease of reading only. 95 labels would be an ugly vision in the toolkit and it is easier to do a find in the esql for the content based rout ... |
Topic: XMLNSC - ASBITSTREAM question |
BDS
Replies: 2 Views: 2410
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 01, 2010 6:29 am Subject: XMLNSC - ASBITSTREAM question |
Thanks Jeff
I had tried the FolderBitStream option with no luck - now know the syntax error was due to something else.
For others, reference
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r ... |
Topic: XMLNSC - ASBITSTREAM question |
BDS
Replies: 2 Views: 2410
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 01, 2010 5:58 am Subject: XMLNSC - ASBITSTREAM question |
Hi all
I am taking a XMLNSC message in, and I'd like to store different sections into separate database columns.
Following the manuals and posts - I can store the entire msg:
DECLARE inMsgHdr ... |
Topic: DB statement issue |
BDS
Replies: 18 Views: 18026
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 28, 2010 2:37 am Subject: DB statement issue |
Hi chandu
Not sure if you got this working - no solution is posted.
The following pseudo works for an Oracle db and will hopefully get you going.
DECLARE column2 CHARACTER;
DECLARE column3 C ... |