George Thiruvathukal wrote:
Oh. I see. The qpid.bindings file is totally unnecessary - everything is configured via jndi.properties since Qpid has it's own Initial Context factory to simplify things. Slick.Or just forget about config files entirely - create a Properties object, set properties and create your initial context. If you want to keep things dead simple (at the cost of hard-coding)Thanks Robert!
