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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -