Author |
Message
|
BineBlue |
Posted: Mon Jan 31, 2005 4:39 pm Post subject: FTPS in Message Broker |
|
|
Novice
Joined: 12 Nov 2003 Posts: 17
|
Hallo,
I try to write a PlugInNode for the Message Broker. After searching the Internet for two days and two nights for some hints or examples, I give up. His anybody here to give me some examples?
Any hint would be helpful
Thanks ............ |
|
Back to top |
|
 |
JT |
Posted: Mon Jan 31, 2005 5:07 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
|
Back to top |
|
 |
kirani |
Posted: Mon Jan 31, 2005 11:30 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
I believe there is also a supportPac for the FTP plug-in node. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
BineBlue |
Posted: Tue Feb 01, 2005 1:04 am Post subject: |
|
|
Novice
Joined: 12 Nov 2003 Posts: 17
|
The problem is not the Plugin Node itsself. I have a functional Plugin Node which reads Files via FTP and from local systems into the broker. The problem is, that I need to modify that Plugin Node for FTPS.
Of course, I looked at the FTPD SupportPac, but this Node only do FTP
I know from a HTPS Plugin Node I wrote, that I need to add some Provider to the broker and I guess, I have to do the same if I want to use FTPS.
And that is the problem. While I am searching the net, I found some jar Files which support FTPS, but with none of some, I was able to connect to my Server via FTPS.
I need some information, about what kind of jar Files and what kind of Providers I need to add to my code
Thanks
Sabine |
|
Back to top |
|
 |
ashoon |
Posted: Tue Mar 22, 2005 1:43 pm Post subject: PM4Data |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
I suggest using the Commerce Quest PM4Data product that IBM is reselling vs. doing an FTP into the broker.
PM4Data sits on the file server and converts that file into MQ messages. Those MQ messages can be handled quite easily by a flow vs. building that logic yourself. Also since you're using MQ as the transport you get all the security enhancements. Finally PM4Data also has auditing capabilities if compliancy is a concern.
Message me if you have further questions... |
|
Back to top |
|
 |
mcfennek |
Posted: Tue Mar 29, 2005 1:48 am Post subject: |
|
|
Newbie
Joined: 31 Oct 2004 Posts: 8
|
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 29, 2005 3:44 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I really recommend putting a second machine in the mix when trying to establish connections to external entities that need SSL.
Put a good commercial FTP/S server in your DMZ, and use the plain FTP node to retrieve data from that.
This is also what I recommend for HTTPS. Use a real, full HTTPS server on the outside and forward/redirect/proxy to the HTTPInput node.
Don't directly expose what should be your messaging hub to the outside world. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|