Author |
Message |
Topic: Need to set infinite retry in case of failure |
indu30111986
Replies: 9 Views: 4759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2012 5:12 am Subject: Need to set infinite retry in case of failure |
i am working on Type B messages.Those messages are to be delivered sequentially and should be message should not be lost.
So we have to retry until the message is sent to the output queues without ... |
Topic: Need to set infinite retry in case of failure |
indu30111986
Replies: 9 Views: 4759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2012 4:53 am Subject: Need to set infinite retry in case of failure |
My scenario is when i a message is sent to the input queue my compute node does some manipulations and sends the output to multiple queues.If any of the queues is down or the message is not sent to an ... |
Topic: Parsing problem |
indu30111986
Replies: 4 Views: 2472
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 28, 2012 2:02 am Subject: Parsing problem |
i am usinf WMB version 7.0 |
Topic: Parsing problem |
indu30111986
Replies: 4 Views: 2472
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 28, 2012 2:01 am Subject: Mandatory element has not been set and has no default value |
8 14:58:07.200602 5416 UserTrace BIP5613I: ''PX'' was matched as the group indicator for ''/MvtMessage/MsgBody/PX'' at byte '109'.
2012-03-28 14:58:07.202365 5416 UserTrace BIP5609I: ... |
Topic: suggestions required |
indu30111986
Replies: 5 Views: 2741
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 20, 2012 4:39 am Subject: suggestions required |
config file is like a property file...each system support some elements and we will configure that in the config file.
How message set is different from this is..each message set will have the format ... |
Topic: suggestions required |
indu30111986
Replies: 5 Views: 2741
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 20, 2012 4:16 am Subject: suggestions required |
i have a scenario wherein i have a request which is a teletype B message and it has to be forwarded to 27(may be same or diff) different systems.Each system support a different format of the message(t ... |
Topic: Problem in using wildcard variables in message broker ESQL. |
indu30111986
Replies: 22 Views: 12888
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 17, 2012 11:19 pm Subject: Problem in using wildcard variables in message broker ESQL. |
The schema are the same.
In the user trace it is taking Indu.XMLPASSENGERTB
'XML_PassengerQuery1.GetReservationsInformation': Executing database SQL statement ''SELECT X.LASTNAME, X.FIRSTNAME, X.F ... |
Topic: Problem in using wildcard variables in message broker ESQL. |
indu30111986
Replies: 22 Views: 12888
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 17, 2012 6:53 am Subject: Problem in using wildcard variables in message broker ESQL. |
I still have entries in the datase for Mary Smith.
Thats why i wonder, why i am not getting the values.
SQL> SELECT * FROM Indu.XMLPASSENGERTB WHERE FIRSTNAME ='Mary' AND LASTNAME = 'S
mit ... |
Topic: Problem in using wildcard variables in message broker ESQL. |
indu30111986
Replies: 22 Views: 12888
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 17, 2012 5:53 am Subject: i have taken the user trace |
2012-02-17 19:13:52.547264 5592 UserTrace BIP2537I: Node 'XML_PassengerQuery1.GetReservationsInformation': Executing statement ''BEGIN ... END;'' at ('.GetReservationsInf ... |
Topic: Problem in using wildcard variables in message broker ESQL. |
indu30111986
Replies: 22 Views: 12888
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 17, 2012 4:44 am Subject: Environment variables not getting updated with the vaules |
SET Environment.Variables.Reservation[] = SELECT X.* FROM Database.Indu.XMLPASSENGERTB AS X
WHERE X.FIRSTNAME = InputRoot.XMLNSC.PassengerQuery.FirstName
A ... |
Topic: inserting data into DB |
indu30111986
Replies: 17 Views: 7310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 09, 2012 4:27 am Subject: inserting data into DB |
No fix packs are applied..
The version of boh WMB and WMQ is 7.0
The select statement is working absolutely fine.
SET OutputRoot.XML.Test.Result[] = (SELECT T.* FROM Database.Indu.TABLE1 AS T ... |
Topic: inserting data into DB |
indu30111986
Replies: 17 Views: 7310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 09, 2012 2:59 am Subject: inserting data into DB |
DB used is Oracle 10g
Schema Name is Indu
Version is 7.0 |
Topic: inserting data into DB |
indu30111986
Replies: 17 Views: 7310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 06, 2012 2:56 am Subject: inserting data into DB |
i am new to WMB.
i am not aware of the user trace.
I have debugged my flow.When i tested with a message in the input queue the message was processed and sent to the output queue.I am confiring this ... |
Topic: inserting data into DB |
indu30111986
Replies: 17 Views: 7310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 06, 2012 1:28 am Subject: inserting data into DB |
hi ruchir123
Still it is not working...i am not able to insert in the DB
INSERT INTO Database.TABLE1(ID,NAME,ROLE) VALUES ('4','AAA','Tester');
pls suggest. |
Topic: inserting data into DB |
indu30111986
Replies: 17 Views: 7310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 05, 2012 10:30 pm Subject: inserting data into DB |
INSERT INTO Database.Indu.TABLE1(ID,NAME,ROLE) VALUES ('4','AAA','Tester');
i am trying to insert the above data into the table1 but its not getting inserted.
i have created a table1 as below. ... |