Author |
Message |
Topic: Problem in creating system DSN to connec to Oracle db |
PRKUMAR
Replies: 3 Views: 2588
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 21, 2014 9:13 am Subject: Problem in creating system DSN to connec to Oracle db |
I am not sure Oracle Server is registered or not. I have got hostname, port no,sid, username and pwd. I have tried connecting using Squirrel sql client with the same parameters..it is connected..but t ... |
Topic: Problem in creating system DSN to connec to Oracle db |
PRKUMAR
Replies: 3 Views: 2588
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 20, 2014 10:34 pm Subject: Problem in creating system DSN to connec to Oracle db |
Hi,
I am trying to create a system DSN for to access remote oracle database. I have given necessary details like hostname,port, sid, username, pwd ..but when I try to check the connection using TestC ... |
Topic: Can HTTPClient receives two responses for the same request? |
PRKUMAR
Replies: 2 Views: 3028
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2014 12:25 am Subject: Can HTTPClient receives two responses for the same request? |
Hi,
Our requirement is whenever we receive http request message we need to send an acknowledgement. And also, we need to send this request to remote service using HTTPRequest node. We also need to se ... |
Topic: Namespace problem in esql |
PRKUMAR
Replies: 3 Views: 3675
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 22, 2014 6:35 am Subject: Namespace problem in esql |
My output format is xml and it looks like as below: (sample structure)
<dlv:DepartmentList xmlns:dlv = "http://www.xyz.com/Department-v2">
<dlv:Department>
--
--
</dlv ... |
Topic: Query in esql |
PRKUMAR
Replies: 23 Views: 10103
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 21, 2014 10:33 am Subject: Query in esql |
Hi Vitor,
First of all thanks for your response.
The business value is something more than I specified above. I have given just brief info only. I am getting input as CSV file having more than 500 r ... |
Topic: Query in esql |
PRKUMAR
Replies: 23 Views: 10103
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 21, 2014 8:11 am Subject: Query in esql |
There is an XML message like below:
<Industry>
<Department id='01'></Department>
<Department id='02'></Department>
<Department id='03'></Department> ... |
Topic: Parallel processing in Message Broker |
PRKUMAR
Replies: 10 Views: 13822
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 29, 2013 7:36 am Subject: Parallel processing in Message Broker |
The version that we are using is Message Broker 7.0
The web service aggregation sample mentioned in the link is using of SOAP Async nodes. Does it support HTTPS transport mechanism? |
Topic: Parallel processing in Message Broker |
PRKUMAR
Replies: 10 Views: 13822
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 27, 2013 10:47 am Subject: Parallel processing in Message Broker |
I am also facing the same situation that Rajat has faced. Need to call a webserivce(1st system) which can result in number of sub order id's
for a given order id. For each of these responses(sub o ... |
Topic: How to pause a message flow for certain time? |
PRKUMAR
Replies: 1 Views: 1801
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 02, 2013 9:56 pm Subject: How to pause a message flow for certain time? |
Hi,
One of the scenario in our project is, while processing the message if any error occurs, we are inhibiting the input queue and after 10mins we are re-processing the message by placing it to anoth ... |
Topic: Message flow terminating before publishing the message |
PRKUMAR
Replies: 5 Views: 3652
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 06, 2013 12:47 am Subject: Message flow terminating before publishing the message |
It seems that, raising the exception causes the message shall not be published.
How do I set the transactionality of publication to NO? |
Topic: Message flow terminating before publishing the message |
PRKUMAR
Replies: 5 Views: 3652
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 05, 2013 6:22 am Subject: Message flow terminating before publishing the message |
Hi,
My input message format is XML. I am getting 10 orders in single XML message. I need to validate each order and if all the information is right then i need to PUBLISH that particular order(i am a ... |
Topic: how to split message which contains two xml root tag element |
PRKUMAR
Replies: 2 Views: 2405
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 20, 2013 12:32 am Subject: how to split message which contains two xml root tag element |
Thanks adubya..Will check it now as you specified |
Topic: how to split message which contains two xml root tag element |
PRKUMAR
Replies: 2 Views: 2405
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 19, 2013 11:25 pm Subject: how to split message which contains two xml root tag element |
Hi,
Following is the input message structure:
<MasterHeader>
--
--
</MasterHeader>
<MasterHeader>
--
--
</MasterHeader>
So I am parsing the input message on MQInp ... |
Topic: how to model the message |
PRKUMAR
Replies: 18 Views: 9668
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 12, 2012 2:47 am Subject: how to model the message |
the file structure is like below:
File header (1 time)
Order (n times)
Order header ( 1 time)
Oder Line(n times)
I have created the TDS message definition as below:
... |
Topic: how to model the message |
PRKUMAR
Replies: 18 Views: 9668
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 09, 2012 11:07 am Subject: how to model the message |
I am facing problem in constructing the message definition.
I have tried creating message definition like this:
For FileHeader, OrderHeader and OrderLine complex elements, I have given group termin ... |