Author |
Message |
Topic: Timestamp |
long.hoang
Replies: 16 Views: 20932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 17, 2009 4:01 pm Subject: Timestamp |
We found a walk-around for this issue by putting an RDC-to-XMLNS node right after the RDC-To-MRM node (it does not work if the RDC-To-XMLNS node come after a Compute node)
The timestamp come out of ... |
Topic: Timestamp |
long.hoang
Replies: 16 Views: 20932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 14, 2009 4:58 pm Subject: Timestamp |
we running:
- IBM WebSphere Integration Developer 6.0.1.1 Interim Fix 007
- IBM WebSphere Message Broker Toolkit 6.0.2 Interim Fix 011 |
Topic: Timestamp |
long.hoang
Replies: 16 Views: 20932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 14, 2009 4:51 pm Subject: Timestamp |
Hi,
I'm running into the same issue with Consumer supplying "2009-01-25T09:30:47" and the broker parsed it to "2009-01-25T09:30:47.000+11:00" but the client just want the date a ... |
Topic: MQInput - Commit when UOW passes |
long.hoang
Replies: 4 Views: 2684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 09, 2008 5:13 pm Subject: MQInput - Commit when UOW passes |
Nah, both Compute nodes end with Return TRUE
1st Compute Node:
...
WHILE...
SET OutputRoot.MRM = ...
PROPAGATE DELETE NONE;
END WHILE;
SET OutputRoot.MRM = ...
RETURN TRUE;
2nd Co ... |
Topic: MQInput - Commit when UOW passes |
long.hoang
Replies: 4 Views: 2684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 09, 2008 3:49 pm Subject: MQInput - Commit when UOW passes |
Thanks, but both these nodes' Transaction Mode had already been set to "Yes" but I still get one message to output queue and one message to error queue
Is there anything to do wit ... |
Topic: MQInput - Commit when UOW passes |
long.hoang
Replies: 4 Views: 2684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 08, 2008 4:15 pm Subject: MQInput - Commit when UOW passes |
Is it possible to set the MQInput or MQOutput node to only commit messages to queue when the whole unit of work has passed?
We got a flow that read one message from queue and split to several messa ... |
Topic: Advantage/Disadvantage of MQGET node |
long.hoang
Replies: 2 Views: 3009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 28, 2008 3:22 pm Subject: Advantage/Disadvantage of MQGET node |
Thx jeff, the idea behind opt2 is for the 2nd flow (response) to:
1. Wait until all group messages are available (Last message in group has arrived)
2. Start reading message 1 by 1 and store the p ... |
Topic: Advantage/Disadvantage of MQGET node |
long.hoang
Replies: 2 Views: 3009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 27, 2008 9:12 pm Subject: Advantage/Disadvantage of MQGET node |
Currently, we have a request/reply architecture where:
- A message flow sends a request from Source to Target application
- Another message flow sends the response from Target to Source Application. ... |
Topic: Message set Field name in runtime |
long.hoang
Replies: 3 Views: 1930
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2008 7:01 pm Subject: Message set Field name in runtime |
 |
Topic: Message set Field name in runtime |
long.hoang
Replies: 3 Views: 1930
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2008 5:39 pm Subject: Message set Field name in runtime |
Hi all,
Is it possible to find out what are the valid field names for a message set? Sort of like doing a "Ctrl-space" when writing ESQL code but during runtime
We are trying to create ... |
Topic: MBFE Input - Restart after Catastrophe such as Power Failure |
long.hoang
Replies: 0 Views: 1410
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 22, 2008 2:07 am Subject: MBFE Input - Restart after Catastrophe such as Power Failure |
We are trying to test the restart-ability for message flow with MBFE input node in case of a catastrophe error (power failure)
Basically, when we were testing this last year, we submitted a file wi ... |
Topic: FileExtender EOR CRLF Problem |
long.hoang
Replies: 2 Views: 2572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 24, 2007 8:57 pm Subject: FileExtender EOR CRLF Problem |
We end up reinstall the broker from fresh, and the problem disappear. Still, I have no idea why it appear on the first place when all version are correct. |
Topic: FileExtender EOR CRLF Problem |
long.hoang
Replies: 2 Views: 2572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 18, 2007 8:46 pm Subject: FileExtender EOR CRLF Problem |
We has just setup a new server box and this error show up in service trace during deployment of message flows:
BIP4368S The method 'setAttribute' has thrown the following exception: java.lang.Illeg ... |