Author |
Message |
Topic: Subflows or MQ |
HSarwan
Replies: 1 Views: 3148
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 08, 2021 8:39 am Subject: Subflows or MQ |
Hello,
scenario:
I have a main flow named 'controller' flow, which reads necessary data(constant values, operation names etc) from cache and based on operation value it routes request via MQ out ... |
Topic: Webservice endpoint load balancing in IIB. |
HSarwan
Replies: 1 Views: 2575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 10, 2021 3:25 am Subject: Webservice endpoint load balancing in IIB. |
HI,
We are using IIBv10. In soap request node we want to give two or more end points as backend endpoints has multiple instances of same web service. Is it possible to give two or more endpoints i ... |
Topic: STRING OF JSON ARRAY TO XML |
HSarwan
Replies: 1 Views: 2681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 03, 2021 6:43 am Subject: STRING OF JSON ARRAY TO XML |
Hello,
soap request node out terminal gives blob message and after cast to char it's value is :
<castVar>"[\r\n {\r\n \"CardType\": 6,\r\n \"Re ... |
Topic: CONSUME CACERT VIA IIBV10 |
HSarwan
Replies: 2 Views: 3219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 28, 2021 5:58 am Subject: CONSUME CACERT VIA IIBV10 |
Thanx for reply,
both iib consumer and provider end has same root and intermediate CA, so i performed below command and it works at iib consumer end.
keytool -import -trustcacerts -file certific ... |
Topic: CONSUME CACERT VIA IIBV10 |
HSarwan
Replies: 2 Views: 3219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 24, 2021 2:26 am Subject: CONSUME CACERT VIA IIBV10 |
Hello,
Our data-center gave us server certificate with private key to secure outbound request. i performed below commands and it works fine. i am able to expose my services using cacert certificate ... |
Topic: SSL configuration via CACERT certificate using IIBv10 |
HSarwan
Replies: 11 Views: 8670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 16, 2021 11:47 pm Subject: SSL configuration via CACERT certificate using IIBv10 |
Thanx for your reply's.
i have solved d issue by doing:
. cat root, intermediate, and signed certificate into single .pem file.
. convert .pfx to .pem file
. generate jks with single .pem an ... |
Topic: SSL configuration via CACERT certificate using IIBv10 |
HSarwan
Replies: 11 Views: 8670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2021 5:44 am Subject: SSL configuration via CACERT certificate using IIBv10 |
Yes dear i have restarted also |
Topic: SSL configuration via CACERT certificate using IIBv10 |
HSarwan
Replies: 11 Views: 8670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 15, 2021 2:05 am Subject: SSL configuration via CACERT certificate using IIBv10 |
Yes i had cross-checked using:
keytool -list -keystore /u01/esbuser/CACERT/TestKeystore.jks |
Topic: SSL configuration via CACERT certificate using IIBv10 |
HSarwan
Replies: 11 Views: 8670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 14, 2021 9:16 pm Subject: SSL configuration via CACERT certificate using IIBv10 |
Here is exception:
<exceptionList>
<RecoverableException>
<File>/build/slot3/S1000_P/src/DataFlowEngine/MessageServices/ImbDataFlowNode.cpp</File>
<Line>1251</Line ... |
Topic: SSL configuration via CACERT certificate using IIBv10 |
HSarwan
Replies: 11 Views: 8670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 14, 2021 8:23 am Subject: SSL configuration via CACERT certificate using IIBv10 |
Thanx for reply.
Quoting the exception mainly. what else is required to overcome the exception ? |
Topic: SSL configuration via CACERT certificate using IIBv10 |
HSarwan
Replies: 11 Views: 8670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 14, 2021 7:49 am Subject: SSL configuration via CACERT certificate using IIBv10 |
Hello,
Working on linux machine, trying to securing inbound requests to an Integration Server's embedded HTTP Listener but it throws exception:
keystore was tempared with, or password was inc ... |