On 09/03/2012 11:30 AM, Sajith Kariyawasam wrote:
Now I'm sending options as follows,

  ./hello_world localhost:5672  amqp.topic  {username: guest, password:
guest}

seems the format Im using to set options is not correct..

Try quotes around the settings, e.g.

./hello_world localhost:5672 amqp.topic '{username:guest, password:guest}'

Alternatively, you can specify the username in the url:

  ./hello_world guest/guest@localhost:5672


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to