Author |
Message
|
GuptaVineet |
Posted: Thu Jul 28, 2011 7:24 am Post subject: Can we configure Remote Server IP using Local environment |
|
|
Newbie
Joined: 19 Jul 2011 Posts: 7
|
Hi,
My Requirement is to create different files for different edge systems and these files need to be sent to different edge systems and the list of number of files it has to produce is coming from database.
Is there any way to override Remote Server IP and Port property at runtime or changing the name of configurable Service.
If yes, then can you point me to appropriate Local environment Property.
Moreover, I am using Websphere Message broker 7.0 |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jul 28, 2011 7:31 am Post subject: Re: Can we configure Remote Server IP using Local environmen |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
GuptaVineet wrote: |
Is there any way to override Remote Server IP and Port property at runtime or changing the name of configurable Service.
If yes, then can you point me to appropriate Local environment Property.
|
I typed "local environment remote server" into the WMBv7 search facility and got this as the 2nd hit.
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
GuptaVineet |
Posted: Thu Jul 28, 2011 7:46 am Post subject: |
|
|
Newbie
Joined: 19 Jul 2011 Posts: 7
|
Great.....It means we cannot override Remote Server IP and Port as the only property i can see LocalEnvironment.Destination.File.Remote.ServerDirectory. So again, we can change the property which is available after logging into remote server not the Server IP address or Port or name of FTPServer Configurable Service.
My Problem I have to connect dynamically to different servers not the remote server directory
Can anybody has some suggestions to implement this |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jul 28, 2011 7:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
GuptaVineet wrote: |
Can anybody has some suggestions to implement this |
Create the file and route it to a specific output node based on the database information. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jul 28, 2011 8:19 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Or you can use something other than the FTP/SFTP capabilities built into broker.
Like do the FTP/SFTP yourself from a JavaCompute node.
Or even smarter, use MQFTE and the MQFTE nodes to route the file to the correct location. |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Thu Jul 28, 2011 10:08 pm Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Hi,
We have had this same problem to access dynamically remote file systems and we solved it with java and open source libraries (ssh/sftp, yanfs and CIFS).
But I hope this would be built-in functionality in the next versions.
--
Marko |
|
Back to top |
|
 |
|