Re: prefetch size variations with nms connections

2013-06-19 Thread Jim Gomes
> I switched it to > > IMessageConsumer _consumer = _session.CreateConsumer(queueWithParams); > > using a string made of queueName?params > > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/prefetch-size-variations-with-nms

Re: prefetch size variations with nms connections

2013-06-18 Thread Ethan Winograd
: IMessageConsumer _consumer = _session.CreateConsumer (_destination); I switched it to IMessageConsumer _consumer = _session.CreateConsumer(queueWithParams); using a string made of queueName?params -- View this message in context: http://activemq.2283324.n4.nabble.com/prefetch-size-variations

prefetch size variations with nms connections

2013-06-17 Thread Ethan Winograd
default value of 1000 here, even when connecting with the same code. I have seen this with both Apache-NMS-ActiveMQ 1.5 and the new 1.6. Has anyone seen this behavior? Thanks Ethan -- View this message in context: http://activemq.2283324.n4.nabble.com/prefetch-size-variations-with-nms