Author |
Message
|
telesguilherme |
Posted: Tue May 06, 2014 5:59 am Post subject: Transfer files between MQ servers and IB9 servers |
|
|
Acolyte
Joined: 16 Feb 2008 Posts: 56
|
Dear All Experts,
I am making the implementation of the following structure:
2 IHS servers
2 WAS servers
2 MQ servers
2 servers IB9
This is the order of my structure:
First layer (DMZ): IHS servers
Second layer (internal network): WAS, MQ and IB9 servers.
I have done it so far with deploy of MQFTE Gateway on my WAS (cluster) servers. And it is working fine, transfering files to the MQ Servers.
My goal now is, when sending a file via Gateway MQ FTE, and received in MQ servers, has some function to send files via copy, queue, or some mechanism for IB9 servers. |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 06, 2014 6:04 am Post subject: Re: Transfer files between MQ servers and IB9 servers |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
telesguilherme wrote: |
My goal now is, when sending a file via Gateway MQ FTE, and received in MQ servers, has some function to send files via copy, queue, or some mechanism for IB9 servers. |
Then fulfil your requirement. IIB can read files. FTE can put data in queues. IIB can read queues. IIB can interface with FTE. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
telesguilherme |
Posted: Tue May 06, 2014 6:07 am Post subject: |
|
|
Acolyte
Joined: 16 Feb 2008 Posts: 56
|
Dear Vitor,
Thanks a lot for the fast repply. How can i do it, since IB9 and MQ are in diferent servers.
I have to build what to make this happen ? |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 06, 2014 6:33 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
telesguilherme wrote: |
Thanks a lot for the fast repply. How can i do it, since IB9 and MQ are in diferent servers. |
IIBv9 can't be on a different server to WMQ; IIBv9 has a hard dependency on a local queue manager. So your situation is that the data is on a different WMQ install to the one IIBv9 is using, and there are any number of ways to get data from one queue manager to another. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
telesguilherme |
Posted: Tue May 06, 2014 6:36 am Post subject: |
|
|
Acolyte
Joined: 16 Feb 2008 Posts: 56
|
Vitor,
You´re right!.
My goal is really that, to send files from MQ server do IB9 server. I read that ftecreatemonitor could be one way, is that another ? |
|
Back to top |
|
 |
mqjeff |
Posted: Tue May 06, 2014 6:37 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
telesguilherme wrote: |
Vitor,
You´re right!.
My goal is really that, to send files from MQ server do IB9 server. I read that ftecreatemonitor could be one way, is that another ? |
You can use any method for which IIB has an Input node. |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 06, 2014 6:38 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
telesguilherme wrote: |
I read that ftecreatemonitor could be one way, is that another ? |
Anything that can link 2 queue managers
Assuming that MQ FTE is loading a queue on qmgr A and you want it to be processed by the IIBv9 instance linked to qmgr B, you could:
- define the queue on A as remote with the local on B
- put A & B in a cluster with the target queue on B
- etc
- etc _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
telesguilherme |
Posted: Tue May 06, 2014 6:45 am Post subject: |
|
|
Acolyte
Joined: 16 Feb 2008 Posts: 56
|
Dear All,
Assuming the first idea, we put a definition of the remote queue qmgrA in IB9 server, how would be the next step?
My understanding, if wrong, please correct.
I'm sending a file (file.zip) via gateway to the MQ server. With the remote queue definition, the FTE would record this file directly in IB9 server?
How would this be done, if the fte agent is in MQ server?
My goal is the best, recommended way |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 06, 2014 6:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
telesguilherme wrote: |
Assuming the first idea, we put a definition of the remote queue qmgrA in IB9 server, how would be the next step? |
This is basic, basic, basic WMQ
You must have done more complex things than this to get MQFTE working.
telesguilherme wrote: |
How would this be done, if the fte agent is in MQ server? |
The same way any other application using WMQ would do it. This has nothing (at this point) to do with FTE.
telesguilherme wrote: |
My goal is the best, recommended way |
There's no such thing as the best way - there's the best way for your situation. THe best way in my WMQ topology & standardard environment may not be the best way in yours.
I recommend you start by reading up on WMQ and not attempting this until you understand how a remote queue works! _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue May 06, 2014 9:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Use the FTEInput node perhaps?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|