Re: configuring failover and prefetch via URI

2022-03-09 Thread Tim Bain
Thanks for reporting back with that info, and I'm glad you figured it out. Tim On Fri, Mar 4, 2022, 4:25 PM Bindu Wavell wrote: > Reporting back, the magic incantation was to pass a JVM arg `- > > Dspring.activemq.broker-url=tcp://broker1:61616?jms.prefetchPolicy.queuePrefetch=1` > in addition

Re: NUGET package

2022-03-09 Thread Robbie Gemmell
Not an area I know about, but seems to be the same as this: https://issues.apache.org/jira/browse/AMQNET-745 https://github.com/apache/activemq-nms-api/pull/27 On Wed, 9 Mar 2022 at 13:58, Martin Sarosi wrote: > > [13:40:50 WRN] Connection Failed: activemq://localhost:61616/ >

NUGET package

2022-03-09 Thread Martin Sarosi
[13:40:50 WRN] Connection Failed: activemq://localhost:61616/ Apache.NMS.NMSConnectionException: Could not create the IConnectionFactory implementation: Value cannot be null. (Parameter 'path1') ---> System.ArgumentNullException: Value cannot be null. (Parameter 'path1') at

Re: Broker redelivery..

2022-03-09 Thread Tim Bain
I don't know this code nor the history behind the design decision, but this behavior is what I would have expected. What you're doing (if server side, then no client side) is probably the typical case, and in that case it would be beneficial to have it get defaulted automatically. But I'm not