Author |
Message |
Topic: TDS with special character |
divithshetty
Replies: 1 Views: 1326
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 14, 2011 11:08 pm Subject: TDS with special character |
I have an input message with some special character as tag delimiter. Its hex value is (0x1F).
I was wondering how can i specify this as the delimiter while creating the message set or TDS messag ... |
Topic: Database node |
divithshetty
Replies: 10 Views: 4318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 19, 2010 2:16 am Subject: Database node |
My question is how will it affect my case. As any one of the message flow picks the message it will completely processed by itself. So i dont see any issue here. Please correct me if i am wrong. |
Topic: Database node |
divithshetty
Replies: 10 Views: 4318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 18, 2010 9:02 am Subject: Database node |
yes
The environment is like this ->
Broker 1
-->ExecutionGroup1
---->MyFaillureFlow
Broker 2
-->ExecutionGroup1
---->MyFailureFlow
ANd while deploying the additional ... |
Topic: Database node |
divithshetty
Replies: 10 Views: 4318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 18, 2010 8:42 am Subject: Database node |
Yes All the logic is there in two places. ie in one single database node, which is deployed in two brokers. Currently there are no multiple instances of the flow. But that shouldnt cause this behaviou ... |
Topic: Database node |
divithshetty
Replies: 10 Views: 4318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 18, 2010 6:10 am Subject: Database node |
All the logic is inside a single Database node. So that means my assumption of spawning a new thread is wrong.
And regarding the commit issue. I am not able to find anything for that. More over thi ... |
Topic: Database node |
divithshetty
Replies: 10 Views: 4318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 18, 2010 3:39 am Subject: Database node |
Forgot to tell one important thing.
This exception happens once in a while.  |
Topic: Database node |
divithshetty
Replies: 10 Views: 4318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 18, 2010 3:36 am Subject: Database node |
But i was thinking that reading the uncommited data within the same transaction shouldnt cause any issue or atleast it should return what i just inserted.
Here is what i am doing:
Psedu code:
... |
Topic: Database node |
divithshetty
Replies: 10 Views: 4318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 15, 2010 9:06 am Subject: Database node |
Hi,
I have a single database node of which transaction property is set to 'Automatic'.
I have a sql query which updates some table. Immediately after that insert statement i have a select query ... |
Topic: Retrieving MqGet timeout Value |
divithshetty
Replies: 6 Views: 6967
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 13, 2010 7:20 am Subject: Retrieving MqGet timeout Value |
Basically what you people say is ...Create a UDP and use it in the flow instead of directly editng the toolkt from some script. Is my understanding correct?
In that case i agree that i will be hav ... |
Topic: Retrieving MqGet timeout Value |
divithshetty
Replies: 6 Views: 6967
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 13, 2010 6:26 am Subject: Retrieving MqGet timeout Value |
the script is called against the ".msgflow" file. and it will search for timeInterval inside that file and sets it to appropriate value as i do not wanted to make any changes in the flow. Af ... |
Topic: Retrieving MqGet timeout Value |
divithshetty
Replies: 6 Views: 6967
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 13, 2010 2:32 am Subject: Retrieving MqGet timeout Value |
Hi,
I have a flow in which we use MQGet node. Before creating the bar file we run a script which will modify the wait interval of the MQGEt node.
And whenever MQGet node timesout we throw a excep ... |
Topic: MqMessage to MbMessage |
divithshetty
Replies: 2 Views: 2555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 12, 2010 5:50 am Subject: MqMessage to MbMessage |
I wasnt aware of GMO options . Thanks a lot...  |
Topic: MqMessage to MbMessage |
divithshetty
Replies: 2 Views: 2555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 12, 2010 4:28 am Subject: MqMessage to MbMessage |
Hi,
I wanted to configure the MQGet node waitInterval property. But as its not configurable i thought of using java compute node which will give me the flexibility to configure the waitInterval.
... |