Author |
Message |
Topic: Need Help to parse copybook having REDEFINES |
chauhangaurav
Replies: 13 Views: 8411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 22, 2013 9:18 pm Subject: Need Help to parse copybook having REDEFINES |
I created message defintiion by importing COBOL copybook definition, into message set project (WBIMB V7) - there are REDEFINES within copybook. Then I coded ESQL to create a CWF format message using ... |
Topic: Unable to start MQ service in Window machine |
chauhangaurav
Replies: 1 Views: 3158
|
Forum: General IBM MQ Support Posted: Wed May 22, 2013 3:23 am Subject: Unable to start MQ service in Window machine |
Hi,
I am unable to start MQ service in my local window machine.
It is genertaed FDC file with following error:
Probe Description :- AMQ6125: An internal WebSphere MQ error has occurred. |
| F ... |
Topic: Unable to start MQ service in Window. |
chauhangaurav
Replies: 2 Views: 2006
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 22, 2013 3:22 am Subject: Unable to start MQ service in Window. |
Hi,
I am unable to start MQ service in my local window machine.
It is genertaed FDC file with following error:
Probe Description :- AMQ6125: An internal WebSphere MQ error has occurred. |
| F ... |
Topic: Help required to design flows for message decomposition |
chauhangaurav
Replies: 18 Views: 11329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 16, 2013 8:39 pm Subject: Help required to design flows for message decomposition |
Aggred with above solution ..but here you are considering input xml will be structured like that it will have different xml stanza used for multiple next requests in message...
but actual Input ms ... |
Topic: Help required to design flows for message decomposition |
chauhangaurav
Replies: 18 Views: 11329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 16, 2013 7:53 am Subject: Help required to design flows for message decomposition |
I also tried with the same logic using.mqget to extract original message in reply flow ..but stuck in part..when after extracting original message and sending original msg back to previous request flo ... |
Topic: Help required to design flows for message decomposition |
chauhangaurav
Replies: 18 Views: 11329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 16, 2013 7:17 am Subject: Help required to design flows for message decomposition |
With the use of WPS ,this decomposition requirment can easily met..and with use of mb we can do transformation...
But here due to lack of resources and budget,they are not supposed to introduced w ... |
Topic: Help required to design flows for message decomposition |
chauhangaurav
Replies: 18 Views: 11329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 16, 2013 6:31 am Subject: Help required to design flows for message decomposition |
I can not make paralle calls with aggregation.becsiuse I have to check thr reply of first call..if reply is success,only then next message has to send...so I doubt that aggregation will work here..be ... |
Topic: Help required to design flows for message decomposition |
chauhangaurav
Replies: 18 Views: 11329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 16, 2013 6:26 am Subject: Help required to design flows for message decomposition |
Reply of first message has not to be included in next request.if teply is success then we gave to make another message transformed from original request in next sequence and so on.. just like the sam ... |
Topic: Help required to design flows for message decomposition |
chauhangaurav
Replies: 18 Views: 11329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 15, 2013 7:41 pm Subject: Help required to design flows for message decomposition |
Requirement is like:
MB Service Downstream system
original msg------>
1st msg------req---------> ... |
Topic: Help required to design flows for message decomposition |
chauhangaurav
Replies: 18 Views: 11329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 15, 2013 7:29 pm Subject: Help required to design flows for message decomposition |
Hi,
Aggregation are mailnyl used to to send same request to multiple system and built the one single reply (fan-in) from multiple system.#
but here requirement is sending original message one by ... |
Topic: Help required to design flows for message decomposition |
chauhangaurav
Replies: 18 Views: 11329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 15, 2013 8:33 am Subject: Help required to design flows for message decomposition |
Hi ,
I have to design one MB service for following scenario.please suggest me appropirate design pattern for same.
Mb service has to take input and send to downstream system.now main input has t ... |