Author |
Message |
Topic: MQ integration with Streams |
archana123
Replies: 1 Views: 3372
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 09, 2015 10:23 am Subject: MQ integration with Streams |
Hi, I am a newbie. I am trying to connect the Websphere MQ(JMS Queue) with IBM Streams(JMSSource Operator is used to fetch data from MQ).
I have defined 4 queues to fetch data from.
But in the str ... |
Topic: Isssue with IIB HTTPS flow |
archana123
Replies: 12 Views: 5313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 31, 2015 5:18 pm Subject: Isssue with IIB HTTPS flow |
Hi Vitor,
Since I did not get any errors explicitly I wrote a java code to check it.
Please find the below code:
public String sendPost(final String httpsEndpointUrl, final String mess ... |
Topic: Isssue with IIB HTTPS flow |
archana123
Replies: 12 Views: 5313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 31, 2015 12:48 pm Subject: Isssue with IIB HTTPS flow |
Hi Vitor,
[code]
Are you sure these files contain the correct certificate(s) you need for an SSL connection?
[/code]
Yes, it contains the correct certificates I need for the connection.
... |
Topic: Isssue with IIB HTTPS flow |
archana123
Replies: 12 Views: 5313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 31, 2015 12:45 pm Subject: Isssue with IIB HTTPS flow |
Hi inMo:
[quote]
What URL is your Java code pointing to for http? Same question for https.
[/quote]
Eg: For HTTP, I am using:
http://<IP>:7080/InputMessageFlow?Auth=
And for my HTT ... |
Topic: Isssue with IIB HTTPS flow |
archana123
Replies: 12 Views: 5313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 31, 2015 11:41 am Subject: Isssue with IIB HTTPS flow |
I am a newbie. I was trying to push few messages to the http flow using a java code(This is to push multiple datas..as part of my testing).
So when I try with HTTP flow, my IIB data flow was able to ... |
Topic: Unable to modify the JSON data in java compute node |
archana123
Replies: 5 Views: 6592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 21, 2015 8:00 am Subject: Unable to modify the JSON data in java compute node |
I am able to access the element now. But the problem I am facing is I am not able to modify the value and set it back to the message.
MbElement snapArray = outMessage.getRootElement() ... |
Topic: Unable to modify the JSON data in java compute node |
archana123
Replies: 5 Views: 6592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 20, 2015 6:01 am Subject: Unable to modify the JSON data in java compute node |
Hi. Thanks for the reply. But I had done that already.
MbMessage outMessage = new MbMessage(inMessage);
Initially I set the input to outMessage and tried to mmodify the outMessage.
But still ... |
Topic: Unable to modify the JSON data in java compute node |
archana123
Replies: 5 Views: 6592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 20, 2015 5:48 am Subject: Unable to modify the JSON data in java compute node |
I am a newbie. I am having an HTTP Restful web service flow. I accept JSON as input. I wanted to manipulate few fields in it and propagate it forward.
Flow: HTTPInput ---> JCN ---> MQ
Inp ... |
Topic: Access MQ message in java compute node |
archana123
Replies: 9 Views: 7134
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 13, 2015 8:31 am Subject: Access MQ message in java compute node |
Thank you all. MQGet node solved my problem(Initially I was playing around with my MQ Input Node...and I don't know why I was not able to get it through...). Only issue that I face now is that I am ju ... |
Topic: Access MQ message in java compute node |
archana123
Replies: 9 Views: 7134
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 13, 2015 4:33 am Subject: Access MQ message in java compute node |
Issue that I face is I am able to view the messages from MQExplorer. But I am not able to get that to next level. I will give it a try with your suggestion now and reply soon. |
Topic: Access MQ message in java compute node |
archana123
Replies: 9 Views: 7134
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 12, 2015 8:20 pm Subject: Access MQ message in java compute node |
Hi I am a newbie.
How can I fetch messages present in MQ from a java compute node. i.e., I need the java code to fetch messages from MQ . I need to refine these messages in java compute node and the ... |
Topic: Using 3rd party jars in IIB |
archana123
Replies: 4 Views: 4194
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 27, 2015 5:53 am Subject: IIB: How to add 3rd party jars ? |
How can we add third party jars in IIB and use them in Java Compute Node? |
Topic: SFTP Connection via IBM IIB? |
archana123
Replies: 5 Views: 7772
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 21, 2015 7:22 pm Subject: SFTP Connection via IBM IIB? |
Yes I did try FileInput node and gave the FTP server and port details and username in the respective tabs. But I was unable to connect to it. I also connected a trace node to my failure node to see if ... |
Topic: SFTP Connection via IBM IIB? |
archana123
Replies: 5 Views: 7772
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 21, 2015 9:27 am Subject: SFTP Connection via IBM IIB? |
Does IIB provide support to connect to a FTP/SFTP server?
If so, please explain which node needs to be used. |