Author |
Message
|
Le_Quang_Hoa |
Posted: Wed May 18, 2005 2:12 am Post subject: How I can send a file XML as a Message on MQ Server 5.3 |
|
|
 Apprentice
Joined: 14 May 2005 Posts: 29 Location: Viet nam
|
Dear all expert
I have a file xml
I want use QM Server 5.3 on Window sent it to a remote Queue Manager
Thanks _________________ Le Quang Hoa (Mr)
Email :hoa.lequang@gmail.com
YM: hoalq98
Ha noi City - Viet Nam |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed May 18, 2005 4:34 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
MQ will send anything you can put into a programs buffer, as long as it is less than 100 meg. A text file, and XML file, a jpeg, an mp3, etc.
Nothing special about XML. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
nathanw |
Posted: Wed May 18, 2005 4:44 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
All you need is for your application to connect to a queue manager and queue via the MQ api and it can put any message you want onto the queue and the app the other end can read the data off the queue
format is irrelevant as long as both apps speak the same language ie XML
if they do not then you have to look at message transformation |
|
Back to top |
|
 |
malammik |
Posted: Wed May 18, 2005 8:37 am Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
jefflowrey |
Posted: Wed May 18, 2005 8:57 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
malammik wrote: |
Great! Now how would you like to send it: Ground or Air Express? |
Never underestimate the bandwidth of a stationwagon full of magtape. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|