You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by "re.mark" <m....@btinternet.com> on 2007/09/06 22:31:31 UTC

ActiveMq Connection errors in NMS when Redelivery Policy set

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.