Thank you. Both EmbeddedExamples work!
For the sake of completeness :)
ConnectionFactoryConfiguration cfConfig = new
ConnectionFactoryConfigurationImpl().setName(
"cf").setConnectorNames(connectorNames).setBindings("cf");
and
JMSQueueConfiguration queueConfig = new
JMSQueueConfigurationImpl().setName("queue1")
.setDurable(false).setBindings("queue/queue1");
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Broken-Documentation-for-Embedding-ActiveMQ-tp4712696p4712763.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.