Hi, I have a route to an xmpp:// endpoint. Trouble is, if that XMPP server is not "up", I cannot start ActiveMQ. It throws a FailedToCreateProducerException and promptly shuts itself down again.
Is there an option to the URL to only connect on demand? I have added some code to handle errors which I wish to test. James