Send message to Websphere MQ over HTTP using curl.
Step 1: Download curl from: http://curl.haxx.se/download.html
Step 2: Basic Put command:
curl -v -d Test http://localhost/msg/queue/Q1
-d Test : Data to send to Q1
http://localhost/msg/queue/Q1 : Queue location and name