java - ActiveMQ configuration with Spring Boot -
i use activemq embedded spring boot. seems broker created trough activemqconnectionfactory. understand way configure broker set parameters in query broker. described here : http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html
i setup features dlq, it's in destinationpolicy attribute, attribute type not simple type complex type, how can write query parameter disable dlq, please ?
good question. properties on vm-transport auto-broker creation great, point think have hit.
my suggestion define broker configuration have done in xml , refer xml in uri. destination policies indeed complex structure , don't see how idea define them simple query params if possible.
vm://localhost?brokerconfig=xbean:activemq.xml
Comments
Post a Comment