Author |
Message |
Topic: Message flow with DB operations |
ushak
Replies: 8 Views: 4904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2013 5:03 am Subject: Message flow with DB operations |
Broker is on Linux platform and Database is DB2.
Complete processing logic including the read/write DB operations are done in a single compute node. Flow is transactional
Each message will cont ... |
Topic: Message flow with DB operations |
ushak
Replies: 8 Views: 4904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2013 3:35 am Subject: Message flow with DB operations |
Hello Everyone,
I have a message flow performing complex processing along with DB lookup and update . To improve the performance , I have
tried increasing the no of instances of the message flow ... |
Topic: ESQL equalent code to IDENTITY_VAL_LOCAL() |
ushak
Replies: 5 Views: 3646
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 30, 2013 7:13 am Subject: ESQL equalent code to IDENTITY_VAL_LOCAL() |
I'm using compute node.
I do not want passthru as I dont want any code to be DB specific. It should work for a different database also. |
Topic: ESQL equalent code to IDENTITY_VAL_LOCAL() |
ushak
Replies: 5 Views: 3646
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 30, 2013 6:54 am Subject: ESQL equalent code to IDENTITY_VAL_LOCAL() |
HI ,
I'm using below code to get the last generated IDENTITY after an insert statement. Basically I'm doing an insert which will auto generate an ID in the table and I need the ID value back to WMB ... |
Topic: Error while publishing to JMS topic |
ushak
Replies: 7 Views: 2900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 29, 2013 8:53 am Subject: Error while publishing to JMS topic |
I'm facing the issue on my local system while connecting to SIBS on another machine. I noticed that if I disable the security in WAS, then my flows works fine. What security settings do I need to do ... |
Topic: Error while publishing to JMS topic |
ushak
Replies: 7 Views: 2900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 29, 2013 7:51 am Subject: Error while publishing to JMS topic |
Sample works on my system without any issue.
When I'm using JMS on SIBS , I'm getting issue which I had mentioned. |
Topic: Error while publishing to JMS topic |
ushak
Replies: 7 Views: 2900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 29, 2013 6:29 am Subject: Error while publishing to JMS topic |
The steps I mentioned were the ones available in infocenter to connect from WMB to SIBS through JMS.
Please let me know if I have missed anything. |
Topic: Error while publishing to JMS topic |
ushak
Replies: 7 Views: 2900
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 28, 2013 8:05 am Subject: Error while publishing to JMS topic |
HI All ,
I'm using a message flow with JMSInput node to receive a message from JMS topic defined on SIBS at WAS. But getting the below error
WMB JMSClient. ''Broker 'MB8BRKR'; Execution Group 'def ... |