Author |
Message |
Topic: AggregateReplyNode |
doubt_master
Replies: 6 Views: 4020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 13, 2007 12:45 pm Subject: AggregateReplyNode |
sorry i want to correct my question.
Actually in my first post please replace unknown terminal with timout terminal |
Topic: AggregateReplyNode |
doubt_master
Replies: 6 Views: 4020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 13, 2007 12:44 pm Subject: AggregateReplyNode |
Thanks for your valuable information.
What is my requirement is to recover the whole message when it is timeout |
Topic: AggregateReplyNode |
doubt_master
Replies: 6 Views: 4020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 13, 2007 12:15 pm Subject: AggregateReplyNode |
CREATE COMPUTE MODULE StoreData
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
SET OutputRoot.Properties.MessageSet= 'A3056S002003;
SET OutputRoot.Properties.MessageType= 'Envelope';
SET OutputRoot ... |
Topic: AggregateReplyNode |
doubt_master
Replies: 6 Views: 4020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 13, 2007 11:22 am Subject: AggregateReplyNode |
I have an interesting question regarding AggregateReplyNode.
Whenever messages that arrive at Unknown terminal of AggregateReplyNode the message tree
is collapsing and if use a compute before it ... |
Topic: RFHUTILC.exe |
doubt_master
Replies: 5 Views: 5175
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 23, 2007 4:02 pm Subject: RFHUTILC.exe |
Thanks Jeff,
On my system both client and the sever are Installed.
With the same configuration on other system RFHUTILC works well.
I do know why this problem is coming on the other system.
___ ... |
Topic: RFHUTILC.exe |
doubt_master
Replies: 5 Views: 5175
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 23, 2007 6:48 am Subject: RFHUTILC.exe |
Sorry for the mistake,
Iam trying to run RFHUTILC on a machine that has a server installed. |
Topic: RFHUTILC.exe |
doubt_master
Replies: 5 Views: 5175
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 23, 2007 5:58 am Subject: RFHUTILC.exe |
Whenever I execute the RFHUTIL.exe iam getting an error like this
"The Procedure entry point xcsFFST could not be located in the dynamic link library AMQXCS2.dll"
Can anyone help me on ... |
Topic: Strange problem |
doubt_master
Replies: 7 Views: 5483
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 11, 2007 9:12 am Subject: Strange problem |
For transforming the XML structure to TDS structure you need to create the MessageDefnition file for the TDS format.
Then you need to parse the values .
Then you have to map the elements |
Topic: diff b/w xml parser and mrm parser |
doubt_master
Replies: 3 Views: 2575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 11, 2007 9:05 am Subject: diff b/w xml parser and mrm parser |
MRM parser is used to Validate the Input message with the Already defined message structure in Message defnition file.
XML,XMLNSC parsers wont validate the message.
Anyhow using a MRM domain lea ... |
Topic: User Defined Properties |
doubt_master
Replies: 2 Views: 2551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 02, 2007 12:38 pm Subject: User Defined Properties |
I have a one peculiar question regarding user defined properties in WMB V6.
(i.e)I have two projects A and B
I have defined the UDP properties in project A.
That flow us working fine
When i defin ... |