Author |
Message
|
taiira |
Posted: Thu Sep 19, 2002 4:26 pm Post subject: File transfer using Java |
|
|
Newbie
Joined: 19 Sep 2002 Posts: 1
|
Has anybody has designed a file transfer application using MQSeries and java!!!
Need Help!!!! |
|
Back to top |
|
 |
vennela |
Posted: Fri Sep 20, 2002 7:30 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
smeunier |
Posted: Thu Oct 03, 2002 4:16 am Post subject: re: Java File transfer |
|
|
 Partisan
Joined: 19 Aug 2002 Posts: 305 Location: Green Mountains of Vermont
|
Yes , we have written a file transfer mechinism using 100% java and MQSeries. MQSeries AMI package also has methods for doing file transfer if you choose to use this environment.
The code we have written transfers data using configuration files which to direct the activity (i.e. source, target, action). We hope to move out of the configuration file mode and provide a script as the interface and allow the (source, target,action) to be carried as part of the message header.
Tyhe code is essentially broken into 2 part the loader and unloader. Any size file (yes any size) can be delivered to any platform(tested on AIX,Windows,0S/390). This is accomplished by breaking files into message packets and reconstituting them on the receiving side (like message grouping but not implemented that way). The Unloader is a multithreaded application which can process a number of incoming files simultaneously. |
|
Back to top |
|
 |
middlewareonline |
Posted: Thu Oct 03, 2002 4:01 pm Post subject: |
|
|
Acolyte
Joined: 09 Jul 2001 Posts: 73
|
You can very well use Reference Message to do this.
Raj _________________ ---------------------------------------------
IBM & SUN (J2EE) Certified Consultants,
http://www.MiddlewareOnline.com
A "SARVAM" Online Portal
http://www.SARVAM.com
--------------------------------------------- |
|
Back to top |
|
 |
nimconsult |
Posted: Wed Oct 09, 2002 10:39 pm Post subject: |
|
|
 Master
Joined: 22 May 2002 Posts: 268 Location: NIMCONSULT - Belgium
|
By the way if your objective is to transfer the file with plain MQ, without using the file transfer protocol (FTP), you will find a sample code with the JASMQ framework.
Read related post http://www.mqseries.net/phpBB2/viewtopic.php?t=5735 _________________ Nicolas Maréchal
Senior Architect - Partner
NIMCONSULT Software Architecture Services (Belgium)
http://www.nimconsult.be |
|
Back to top |
|
 |
blr92 |
Posted: Fri Dec 06, 2002 8:17 am Post subject: |
|
|
Newbie
Joined: 05 Dec 2002 Posts: 3
|
smeunier, I'm very intersting in your project and would like to see your solution.
Can you join a file to explain clearly your soultion ?
[/img] |
|
Back to top |
|
 |
nid123 |
Posted: Mon Dec 30, 2002 10:15 am Post subject: Re: re: Java File transfer |
|
|
Newbie
Joined: 30 Dec 2002 Posts: 1
|
Hello There,
I would love to use your file transfer mechanism using 100% java and MQSeries. Could you please email me back and let me know how to retrieve that.
Thanks a lot,
Nid
smeunier wrote: |
Yes , we have written a file transfer mechinism using 100% java and MQSeries. MQSeries AMI package also has methods for doing file transfer if you choose to use this environment.
The code we have written transfers data using configuration files which to direct the activity (i.e. source, target, action). We hope to move out of the configuration file mode and provide a script as the interface and allow the (source, target,action) to be carried as part of the message header.
Tyhe code is essentially broken into 2 part the loader and unloader. Any size file (yes any size) can be delivered to any platform(tested on AIX,Windows,0S/390). This is accomplished by breaking files into message packets and reconstituting them on the receiving side (like message grouping but not implemented that way). The Unloader is a multithreaded application which can process a number of incoming files simultaneously. |
|
|
Back to top |
|
 |
bmccarty |
Posted: Thu Jan 09, 2003 3:42 pm Post subject: Would like to see it also! |
|
|
Apprentice
Joined: 18 Dec 2001 Posts: 43
|
If you could drop some code here to show us how you did it, that would be really helpful.
Thanks,
B |
|
Back to top |
|
 |
|