Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NOTE: This does not create the destination on the broker. In AMQP destinations only exist once a consumer has connected to that resource. You should ensure that you have created the destination before publishing to it. Destinations can be declared in the virtualhosts.xml file so that they are created on broker startup, or created dynamically by consuming clients.

Example lookup code

The bindingValue is the String that would be placed in <jndiname> above.

...