Send A file Using JMS

I want to send a file Using JMS.. and want to have These Details in the message that send.Receivers IP address & The fileThat mean I want to send a File from one client to another client Using a QueueCan Anyone help me to solve this problemthanks
[292 byte] By [ishkmia] at [2007-11-26 18:51:42]
# 1

Read the file then use a JMS BytesMessage or TextMessage. Add your own JMS header for the recievers ip and any other info you want to annotate the message with.

Watch out for character encoding and max file size problems.

If your client / server are not on the same network you're likely to run into firewall issues.

Don't kid yourself that this will be a transactional solution.

Assumes both clients are Java (JMS headers are a pain to read otherwise)

SteveNaivea at 2007-7-9 6:25:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Or do everything automatically: http://www.swiftmq.com/products/extension/xt_replicator/introduction/index.html-- Andreas
iitbremena at 2007-7-9 6:25:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...