MQ HTTP Bridge using curl

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s