Author |
Message |
Topic: JSON parser adding special character |
Partha.Baidya
Replies: 2 Views: 4949
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 02, 2020 5:29 pm Subject: JSON parser adding special character |
I have a flow where I get JOSN data from a HTTP Input node. I store the JSON data in Environment variable.
CREATE LASTCHILD OF Environment DOMAIN ('JSON') FROM InputRoot.JSON;
Later in th ... |
Topic: Collector Node use case |
Partha.Baidya
Replies: 4 Views: 4599
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 20, 2018 6:19 pm Subject: Collector Node use case |
We are trying to use of the trigger message which will have correlation id to be used for collection and no of message to be picked up from each Input source.
But what we have found that the quantity ... |
Topic: Collector Node use case |
Partha.Baidya
Replies: 4 Views: 4599
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 20, 2018 2:53 pm Subject: Collector Node use case |
We have a use case where we need to group message from 3 different queues based on trigger message from a 4th Input queue. The trigger message will have the correlation id to create the collections.
... |
Topic: How to generate TimeOut using MQ Get Node |
Partha.Baidya
Replies: 3 Views: 3879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 07, 2018 6:27 am Subject: How to generate TimeOut using MQ Get Node |
I can design the flow in 2 ways. First way using 2 different flows
Request Flow:- Input Q --> Store the MSG ID --> Request Q
Reply Flow:- Reply Q --> MQ Get --> Response Q
2nd Way us ... |
Topic: How to generate TimeOut using MQ Get Node |
Partha.Baidya
Replies: 3 Views: 3879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 06, 2018 1:44 pm Subject: How to generate TimeOut using MQ Get Node |
I have use case where two application are communicating using Request/Response messaging. Both are communicating over MQ connection. But the consumer requires a synchronous style instead of asynchrono ... |
Topic: SOAPRequest Node not able to parse unicode characters |
Partha.Baidya
Replies: 3 Views: 4176
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 14, 2018 8:01 am Subject: SOAPRequest Node not able to parse unicode characters |
Thanks Vitor & joebuckeye for your responses.
We are talking with the backend MDM team if they can send only valid XML characters in the fault String. |
Topic: SOAPRequest Node not able to parse unicode characters |
Partha.Baidya
Replies: 3 Views: 4176
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 13, 2018 2:08 pm Subject: SOAPRequest Node not able to parse unicode characters |
We have a message flow where we use SOAPRequest node to call a Master Data Management (MDM) Webservice. The webservice sometimes sends a faultstring containing Unicode characters. IIB SOAPRequest node ... |
Topic: Returning multiple resultset from DB2 Stored Procedure |
Partha.Baidya
Replies: 9 Views: 18553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 09, 2018 1:47 pm Subject: Returning multiple resultset from DB2 Stored Procedure |
Thanks mgk, I think the solution which you proposed is going to work.
You are not asking about returning multiple result sets. You are asking about how to return an unknown number of result sets. T ... |
Topic: Returning multiple resultset from DB2 Stored Procedure |
Partha.Baidya
Replies: 9 Views: 18553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 08, 2018 2:26 pm Subject: Returning multiple resultset from DB2 Stored Procedure |
look at Database routine example 7. May be helpful
I have checked this example and able to fetch 3 to 5 result sets, it works fine.
But I want to know the syntax where there will multiple no of re ... |
Topic: Returning multiple resultset from DB2 Stored Procedure |
Partha.Baidya
Replies: 9 Views: 18553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 08, 2018 7:33 am Subject: Returning multiple resultset from DB2 Stored Procedure |
Have you tried invoking it? Are you getting any errors? If you have access to any DB you could try creating a dummy stored proc and invoke it.I have tried for 3 resultset using the following syntax.
... |
Topic: Returning multiple resultset from DB2 Stored Procedure |
Partha.Baidya
Replies: 9 Views: 18553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 07, 2018 8:37 am Subject: Returning multiple resultset from DB2 Stored Procedure |
We are trying to invoke a DB2 z/OS stored procedure(SP) using ESQL. The SP will return multiple result set.
I have followed in documentation in IIB v10 knowledge center.
https://www.ibm.com/support ... |
Topic: How to maintain multiple versions of shared library |
Partha.Baidya
Replies: 4 Views: 5575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2018 6:01 am Subject: How to maintain multiple versions of shared library |
Even if I want to keep different versions in source control, that is not possible. My concern is how name resolution will happen. |
Topic: How to maintain multiple versions of shared library |
Partha.Baidya
Replies: 4 Views: 5575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 03, 2018 4:06 pm Subject: How to maintain multiple versions of shared library |
I came to a situation wherein I kept a WSDL in a shared library. Now the code has been deployed in Production, now I changed some XSD elements and code has to be deployed in UAT.
But how do I maintai ... |
Topic: SOAP Request Socket Erorr recv() 73 |
Partha.Baidya
Replies: 3 Views: 4954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 03, 2018 6:54 am Subject: SOAP Request Socket Erorr recv() 73 |
We are using IIB 10.0.07 |
Topic: SOAP Request Socket Erorr recv() 73 |
Partha.Baidya
Replies: 3 Views: 4954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 30, 2018 10:30 pm Subject: SOAP Request Socket Erorr recv() 73 |
I am using a SOAP request node to call a IBM Infosphere MDM web service in AIX server. But getting socket operation;::recv();73 error.
SocketException BIP3150S: A socket error occurred. Operatio ... |