Author |
Message |
Topic: IIB HTTP Request Node - Intermittently throwing SSL socket e |
iib.dev
Replies: 1 Views: 2081
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 09, 2022 9:24 pm Subject: IIB HTTP Request Node - Intermittently throwing SSL socket e |
HTTP Request node connecting to a third party REST API, which is hosted on AWS intermittently throwing "A timeout error occurred whilst performing an SSL socket operation ". I would like to ... |
Topic: IIB HTTP request JSON array issue |
IIB_DEV
Replies: 6 Views: 8788
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 04, 2018 8:23 pm Subject: IIB HTTP request JSON array issue |
:clap: :clap:
Resolved
:clap: :clap:
SET OutputRoot.Properties.CodedCharSetId = 1208;
SET OutputRoot.Properties.Encoding = 546;
SET OutputRoot.HTTPInputHeader."Content-Type" ... |
Topic: IIB HTTP request JSON array issue |
IIB_DEV
Replies: 6 Views: 8788
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 18, 2018 1:42 am Subject: IIB HTTP request JSON array issue |
Trace node with a ${Root} in a user trace.
See what's actually coming back and why your code thinks it can only see one array element.
Hi Vitor,
We have added a trace node after HTTP Request n ... |
Topic: IIB HTTP request JSON array issue |
IIB_DEV
Replies: 6 Views: 8788
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 14, 2018 5:18 am Subject: IIB HTTP request JSON array issue |
Hi Vitor, Thanks for the reply.
No, We are not looking into graphical debugger, the same data(JSON) we sent to HTTP reply node, there we are not getting proper response (Full Array Body) to client ... |
Topic: IIB HTTP request JSON array issue |
IIB_DEV
Replies: 6 Views: 8788
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 14, 2018 4:00 am Subject: IIB HTTP request JSON array issue |
Dear All,
I am getting some JSON array exception in my IIB V10 development.
My requirement is to get the JSON in HTTP input, do some transformation send data to HTTP REQUEST and get Response, ca ... |
Topic: Get all matching messages from the Queue |
iib.dev
Replies: 4 Views: 4450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 14, 2017 2:58 pm Subject: Get all matching messages from the Queue |
Thank you very much for your response .
Yes ..i understand we can use MQGet node to get a particular message with correlation ID. But asking just asking is there any way to get all the messages at on ... |
Topic: Get all matching messages from the Queue |
iib.dev
Replies: 4 Views: 4450
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 13, 2017 10:46 pm Subject: Get all matching messages from the Queue |
Hi All,
I would like to check is there any way we can get messages from Queue that matches lets say correlation id ?
I have a requirement to send the status of number responses received (at given ... |
Topic: Convert WMB 7 projects to IIB Application or Library using |
iib.dev
Replies: 9 Views: 9043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 03, 2016 3:21 pm Subject: Any suggestions |
Any more suggestions on this approach ? |
Topic: Convert WMB 7 projects to IIB Application or Library using |
iib.dev
Replies: 9 Views: 9043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 20, 2016 9:39 pm Subject: Convert WMB 7 projects to IIB Application or Library using |
Thank you smdavies99 and mqjeff for your inputs
yes agree we never had to edit the .project file as part of a migration from V7 to V9/10 toolkit will automatically updated required buildCommand s ... |
Topic: Convert WMB 7 projects to IIB Application or Library using |
iib.dev
Replies: 9 Views: 9043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2016 4:54 pm Subject: Convert WMB 7 projects to IIB Application or Library using |
Hmm.. there is no automation tool AFAIK as well .
but my question is it good idea to modify manually .project file(opposed to toll will manage the updates) to achieve this ?
as we know they are no ... |
Topic: Convert WMB 7 projects to IIB Application or Library using |
iib.dev
Replies: 9 Views: 9043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 18, 2016 5:32 pm Subject: Convert WMB 7 projects to IIB Application or Library using |
Hi All,
We want to convert our existing wmb projects to iib , we would like to develop automation scripts to do the conversation (ie applications or Libraries )
We have option is present in too ... |