Author |
Message
|
tushar161 |
Posted: Thu Nov 26, 2009 1:08 am Post subject: Sending File as attachments |
|
|
Newbie
Joined: 26 Nov 2009 Posts: 2
|
Hi,
Currently, we are using MQ 5.3 for sendind xml based applications via MQ.
Is it possible to send any file as an attachment vis MQ? |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Thu Nov 26, 2009 1:22 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Yes and with a little bit of searching im sure you'll find loads of useful examples on how to do this although its not really sending them as attachments per se. |
|
Back to top |
|
 |
tushar161 |
Posted: Thu Nov 26, 2009 1:36 am Post subject: Sending File as attachments |
|
|
Newbie
Joined: 26 Nov 2009 Posts: 2
|
Ok....so we need to cut the file data into different parts at the sending side and then combine the same at the receiving side. |
|
Back to top |
|
 |
exerk |
Posted: Thu Nov 26, 2009 1:55 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Research WebSphere MQ File Transfer Edition... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Thu Nov 26, 2009 6:40 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Not withstanding exerks comments and if you dont wish to purchase the afore mentioned product, would message segmentation help?
It depends on why this is a requirement I guess:
Quote: |
so we need to cut the file data into different parts |
If you could help us to understand this we may be able to offer other suggestions also. |
|
Back to top |
|
 |
zonko |
Posted: Thu Nov 26, 2009 9:44 am Post subject: |
|
|
Voyager
Joined: 04 Nov 2009 Posts: 78
|
Try a reference msg app using MQRMH. There is a sample program pair, amqsxrma.c & amqsgrma.c. |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Nov 26, 2009 2:19 pm Post subject: Re: Sending File as attachments |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
tushar161 wrote: |
Ok....so we need to cut the file data into different parts at the sending side and then combine the same at the receiving side. |
MQ can handle up to 100MB in a single message, but you can avoid having to do all the file to data marshalling yourself.
IBM WebSphere MQ FTE is the best solution. It provides all the facilities you need for robust file transfers via MQ. There are also MQ file transfer solutions available from ISVs. _________________ Glenn |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Nov 27, 2009 3:57 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Also, you should not be using MQ v5.3 for anything.
V7 is your best bet right now. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Nov 27, 2009 9:08 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
WMBDEV1 wrote: |
Not withstanding exerks comments and if you dont wish to purchase the afore mentioned product, would message segmentation help? |
tushar161, if you don't want to purchase a product nor do programming then have a look at the free open source project called: MQ File Mover.
It most-likely does everything you need.
For more information regarding MQ File Mover, go to:
http://www.capitalware.biz/mqfm_overview.html
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|