Author |
Message |
Topic: Parsing |
eshwarttf
Replies: 2 Views: 1971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 06, 2011 3:26 am Subject: Parsing |
I solved it
anuyways Thnx buddy.. |
Topic: Parsing |
eshwarttf
Replies: 2 Views: 1971
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 05, 2011 2:56 am Subject: Parsing |
Hi I have a txt document of data to be parsed into XML format , which contains data in table format say
EMPID SAL
1 22222
2 33333
3 44444
-followed ... |
Topic: Managing Channel connections. |
eshwarttf
Replies: 1 Views: 1323
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 23, 2011 9:12 pm Subject: Managing Channel connections. |
I have developed an MQ application.. In which am using remote queue manager connection.. The count of the connections to the queuemanager is increasing always. How can I manage it efficiently, so that ... |
Topic: Creating a MRM message set with choice composition. |
eshwarttf
Replies: 13 Views: 12036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 30, 2011 10:43 pm Subject: Creating a MRM message set with choice composition. |
It worked thanks . thank u very much  |
Topic: Creating a MRM message set with choice composition. |
eshwarttf
Replies: 13 Views: 12036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 30, 2011 9:36 pm Subject: Creating a MRM message set with choice composition. |
I changed it as Fxed Length. and I used '11NoSuchRoute' as group indicator.
But its throwing an error MTI. Buffer is not completely used while reading the message |
Topic: Creating a MRM message set with choice composition. |
eshwarttf
Replies: 13 Views: 12036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 30, 2011 8:50 pm Subject: Creating a MRM message set with choice composition. |
If I have to use length encoded format. What will be the change required. Now I am asked to drop fixed length and use length encoded format
But really thank u very much for ur help and sugg ... |
Topic: Creating a MRM message set with choice composition. |
eshwarttf
Replies: 13 Views: 12036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 30, 2011 4:14 am Subject: Creating a MRM message set with choice composition. |
All ur assumptions are correct.
Am not using any data element separators. Have not specified any values for tag.Am confused how to differentiate these two messages so parser can find.
... |
Topic: Choice in message broker |
eshwarttf
Replies: 2 Views: 2243
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 30, 2011 1:43 am Subject: Choice in message broker |
EMERGENCY:::::::
Can anyone tell me how to create choice for fixed length messages which has no tag or delimiter. What are the necessary properties to set so parser can find the differ ... |
Topic: Creating a MRM message set with choice composition. |
eshwarttf
Replies: 13 Views: 12036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 29, 2011 11:08 pm Subject: Creating a MRM message set with choice composition. |
Messages to MQGet will be MRM.. where I have set the MRM Parser options
SAMPLE ERROR MESSAGE
XML:-
<ViewRouteDetailsRep>
<ReferenceNum>30062011151330033</ReferenceNum>
<Err ... |
Topic: Creating a MRM message set with choice composition. |
eshwarttf
Replies: 13 Views: 12036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 27, 2011 12:13 am Subject: Creating a MRM message set with choice composition. |
The data to MQGet node is
17-Reference number length
06252011165555001- ReferenceNum
03-Route id length
TT1-Routeid
03-travel mode length
CAR-travel
07-origin len
CHENNAI-origin
06-destinati ... |
Topic: Creating a MRM message set with choice composition. |
eshwarttf
Replies: 13 Views: 12036
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2011 10:42 pm Subject: Creating a MRM message set with choice composition. |
I have to get fixed length message of name ViewRouteDetailsReply which will contain a repeating sub-element Route_Details(route id, origin,destination) or an sub-element ErrorMessage(Reason,Code) and ... |