Versions Compared

Key

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

...

You can then pass this amended config.xml into the broker at startup using the -c flag i.e.
qpid-server -c <path>/config.xml

Wiki Markup
{cloak}

Wiki Markup
{toggle-cloak:id=q16}
Where do undeliverable messages end up ?

Wiki Markup
{cloak:id=q16}

At present, messages with an invalid routing key will be returned to the sender. If you register an exception listener for your publisher (easiest to do by making your publisher implement the ExceptionListener interface and coding the onException method) you'll see that you end up in onException in this case. You can expect to be catching a subclass of org.apache.qpid.AMQUndeliveredException.

Wiki Markup
{cloak}

Wiki Markup
{toggle-cloak:id=q15}
How do I contact the Qpid team ?

...