Re: mllp receiver of HL7.. Sender is sending simultaneous "conversations"

2019-01-04 Thread Quinn Stevenson
Hmmm… what version of Camel is this? Quinn Stevenson qu...@pronoia-solutions.com (801) 244-7758 > On Jan 4, 2019, at 10:06 AM, John F. Berry > wrote: > > > > Thanks Quinn, > > I've attempted to increase the consumers with the uri option of > maxConcurrentConsumers=15 > [from("mllp://0.

Re: mllp receiver of HL7.. Sender is sending simultaneous "conversations"

2019-01-04 Thread John F. Berry
Thanks Quinn, I've attempted to increase the consumers with the uri option of maxConcurrentConsumers=15 [from("mllp://0.0.0.0:9020?maxConcurrentConsumers=15")]  to see if there's a change. I get an error on execution: Unknown parameters=[{maxConcurrentConsumers=15}] I've tried the Camel uri

RabbitMQ: non-deprecated way of configuring exchange/queue args (confusing documentation)

2019-01-04 Thread Daniel Neugebauer
Hi, I got slightly confused by the documentation on how to configure exchange (or queue) arguments by POJO using RabbitMQ. The old way was to define an ArgsConfigurer but that has been marked deprecated a while ago, as well as setExchangeArgs. JavaDoc says: "Use args instead e.g arg.queue.x-messa