If you specifiy a broker uri of the following format in creating an ActiveMQ.ConnectionFactory:
tcp://localhost:61616?jms.redeliveryPolicy.maximumRedeliveries=3 an NMSException is thrown on calling ActiveMQ.ConnectionFactory.CreateConnection(). The exception text is: "no such property: redeliverypolicy.maximumredeliveries on class: Connection" However, creating an instance of TcpTransport (via TcpTransportFactory) directly allows the same broker uri to be used successfully to connect to a running broker. -- View this message in context: http://www.nabble.com/ActiveMq-Connection-errors-in-NMS-when-Redelivery-Policy-set-tf4394522s2354.html#a12530852 Sent from the ActiveMQ - User mailing list archive at Nabble.com.