Author |
Message |
Topic: REST API array query parameter |
sajtron
Replies: 0 Views: 2957
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 09, 2019 7:35 am Subject: REST API array query parameter |
Hi,
we want to pass array as query parameter with RESTRequest node but with no succes.
We tried:
SET OutputLocalEnvironment.Destination.REST.Request.Parameters.pr1[1] = 'pr11';
SET Ou ... |
Topic: RESTRequest node and Input Body location |
sajtron
Replies: 0 Views: 1846
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 11, 2017 11:20 am Subject: RESTRequest node and Input Body location |
Hello,
I am trying to send formData parameters using RestRequest node. It is not possible to specify it directly to Parameters section so I hoped that I could use Input Body location. Previous Comp ... |
Topic: HTTP proxy authentication with IWA |
sajtron
Replies: 1 Views: 1479
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 07, 2015 3:40 am Subject: HTTP proxy authentication with IWA |
Hello,
we are using IIBv9 on Windows and need to send SOAP/HTTPS requests through HTTP proxy.
Is IIBv9 able to use IWA (Kerberos, NTLM) to do HTTP proxy authentication? I know that it should be a ... |
Topic: Set TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256 to cipher |
sajtron
Replies: 1 Views: 3581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 19, 2015 10:54 pm Subject: Set TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256 to cipher |
Finally I have just changed sslProtocol to TLSv1.2 and ciphers left empty and it seems that it is working for me.
Anyway setting specified ciphers is probably not supported. |
Topic: Set TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256 to cipher |
sajtron
Replies: 1 Views: 3581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 19, 2015 2:27 pm Subject: Set TLS-ECDHE-RSA-WITH-AES-128-CBC-SHA256 to cipher |
Hello,
running IIB v9, execution group with enabled HTTPSConnector.
I set sslProtocol parameter of HTTPSConnector to TLSv1.2. Then I wanted to set cipher suite to TLS-ECDHE-RSA-WITH-AES-128-CBC-S ... |
Topic: The number of bytes read 4096 is less... exception |
sajtron
Replies: 2 Views: 2138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 30, 2015 5:42 am Subject: The number of bytes read 4096 is less... exception |
Yes, we will create it. Thanks. |
Topic: The number of bytes read 4096 is less... exception |
sajtron
Replies: 2 Views: 2138
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 30, 2015 4:03 am Subject: The number of bytes read 4096 is less... exception |
Hello,
we have an application which provides web service with SOAP Input node. It is deployed into EG. The SOAP node uses emebedded HTTPS listener with client authentication enabled.
If the incomi ... |
Topic: Receiving JMS msg which is segmented |
sajtron
Replies: 2 Views: 4507
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 27, 2013 6:55 am Subject: Receiving JMS msg which is segmented |
I know that it talks about message groups. I am finding a way to transfer large messages. Sending application uses MQ API with MQMF_SEGMENTATION_ALLOWED. Receiving application uses JMS API. It seems t ... |
Topic: Receiving JMS msg which is segmented |
sajtron
Replies: 2 Views: 4507
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 27, 2013 4:52 am Subject: Receiving JMS msg which is segmented |
Is there a way how to receive JMS message which was sent as segmented message (native MQ segmentation) without need to go throug all messages and inspecting message header of each message.
I have r ... |
Topic: Message Broker 7 and Business Monitor end transaction event |
sajtron
Replies: 5 Views: 3561
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 06, 2013 8:57 am Subject: Message Broker 7 and Business Monitor end transaction event |
Finaly I used events from terminals inside flow. |
Topic: Message Broker 7 and Business Monitor end transaction event |
sajtron
Replies: 5 Views: 3561
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 06, 2013 6:15 am Subject: Message Broker 7 and Business Monitor end transaction event |
Any progress with the issue. I am facing same problem. |
Topic: mqsicreatebar 7.0.0.4 referenced java project |
sajtron
Replies: 4 Views: 3443
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2012 6:20 am Subject: mqsicreatebar 7.0.0.4 referenced java project |
Yes, it does.
Now I tried it again with 7.0.0.3 and the jar file is inside BAR. |
Topic: mqsicreatebar 7.0.0.4 referenced java project |
sajtron
Replies: 4 Views: 3443
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2012 6:01 am Subject: mqsicreatebar 7.0.0.4 referenced java project |
mqsicreatebar -data <workspace> -p projectA projectB projectC -o <msgflow from project A> -b mybar.bar
Before 7.0.0.4 it creates mybar.bar with compiled msgflow (specified at -o) and bu ... |
Topic: mqsicreatebar 7.0.0.4 referenced java project |
sajtron
Replies: 4 Views: 3443
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2012 5:54 am Subject: mqsicreatebar 7.0.0.4 referenced java project |
Is anybody experiencing following behaviour after updating WMB toolkit to 7.0.0.4:
-project A is msgflow project and references project B
-project B is msgflow project and references project C
-p ... |
Topic: Initial context javax.naming.NoInitialContextException |
sajtron
Replies: 9 Views: 10652
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 16, 2011 6:05 am Subject: Initial context javax.naming.NoInitialContextException |
Sorry I missed that.
JCN calls external initialization method (in class Log4JInitializator) and passes input assembly to output terminal. JCN has different import statements than Log4JInitializator. ... |