Author |
Message
|
jfecq |
Posted: Tue Oct 02, 2012 1:50 am Post subject: fte output to queue |
|
|
Apprentice
Joined: 24 Sep 2012 Posts: 36
|
Hi, is there a way I can read a file and put it to a queue, which will be picked up by a FTE Agent from the queue? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Oct 02, 2012 4:59 am Post subject: Re: fte output to queue |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
jfecq wrote: |
Hi, is there a way I can read a file and put it to a queue, which will be picked up by a FTE Agent from the queue? |
Yes. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
jfecq |
Posted: Tue Oct 02, 2012 4:40 pm Post subject: |
|
|
Apprentice
Joined: 24 Sep 2012 Posts: 36
|
can you point me to the right resources? Thanks. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Oct 03, 2012 5:03 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
zpat |
Posted: Wed Oct 03, 2012 5:26 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Do you have WMB as well as WMQ FTE? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Oct 03, 2012 5:40 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
jfecq |
Posted: Wed Oct 03, 2012 5:18 pm Post subject: |
|
|
Apprentice
Joined: 24 Sep 2012 Posts: 36
|
Hi, actually I am looking to use broker to base64decode a file and output to a queue, which can be picked up by a fteagent.
Yes I have both broker and fte. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Oct 04, 2012 1:57 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
jfecq wrote: |
Hi, actually I am looking to use broker to base64decode a file and output to a queue, which can be picked up by a fteagent.
Yes I have both broker and fte. |
So what part of the MQOutput node do you fail to understand? |
|
Back to top |
|
 |
jfecq |
Posted: Thu Oct 04, 2012 2:17 am Post subject: |
|
|
Apprentice
Joined: 24 Sep 2012 Posts: 36
|
mqjeff wrote: |
jfecq wrote: |
Hi, actually I am looking to use broker to base64decode a file and output to a queue, which can be picked up by a fteagent.
Yes I have both broker and fte. |
So what part of the MQOutput node do you fail to understand? |
Please enlighten how can I use MQOutput node to send file as message to be picked up by FTE Agent. I have no idea how to set the filename, and I thought when FTE Agent transfers files to queue, it will have additional properties or something else for another agent to use? |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Oct 04, 2012 2:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You review the part of the docs on "message to file", and then you construct your message to match.
Or, of course, you could use the FTE nodes in Broker. |
|
Back to top |
|
 |
|