for producers, we can use non -persistent sending mode by the following code,
producer.setDeliveryMode(DeliveryMode.NON_PERSISTENT); How to configure this persistent or non-persistent mode through a URI configuration, and can I configure this feature not only for client and broker connection but also for broker-to-broker connection? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-send-NON-PERSISTENT-sending-mode-in-configuration-URI-tp3622921p3622921.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
