Author |
Message
|
phaniIIB |
Posted: Tue Mar 29, 2016 5:24 pm Post subject: Write a list of messages from Java Compute node in IIB to MQ |
|
|
Acolyte
Joined: 28 Jul 2015 Posts: 51
|
Hi all,
I have a use case where I use a java compute node that generates a list of messages that needs to be passed to MQ through MQOutput node. Can anyone suggest on how to do this?
Thanks in advance. |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Mar 29, 2016 11:46 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
If you are quoting from your use case then it is clearly wrong.
You use an MQOutputNode to pass messages TO and MQ environment.
not the other way round as you stated. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 30, 2016 4:37 am Post subject: Re: Write a list of messages from Java Compute node in IIB t |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
phaniIIB wrote: |
Can anyone suggest on how to do this? |
Same way you'd do anything else in IIB.
This question is an inch away from "how do I use IIB". _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 30, 2016 5:13 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You write java code to implement your technical requirement.
There's plenty of information in the KnowledgeCenter and in the samples. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|