It’s for Active mq config . On Wed, 14 Sep 2022 at 01:06, Arthur Naseef <[email protected]> wrote:
> Where does that XML come from? That's not camel XML. > > > On Fri, Sep 9, 2022 at 6:20 AM Chandan Singh < > [email protected]> wrote: > >> Hi JB , >> >> We are using JMS , Connections setting as below in ActiveMQA >> >> <QueueConnections> >> >> <defaultUri>failover:(tcp://xxxx:64000,tcp://xxxx:65001)?randomize=false&backup=true&timeout=3000</defaultUri> >> <defaultMaxThreads>5</defaultMaxThreads> >> <defaultpooledConnections>3</defaultpooledConnections> >> <defaultAckMode>1</defaultAckMode> >> <defaultMaxDeliveryRetries>0</defaultMaxDeliveryRetries> >> <defaultPrefetch>10</defaultPrefetch> >> <defaultPersistent>false</defaultPersistent> >> >> >> <ProducerQueueConnection><queueName>ABCPMSIN</queueName></ProducerQueueConnection> >> >> >> >> <ConsumerQueueConnection><queueName>ABCPMSIN</queueName></ConsumerQueueConnection> >> >> >> >> </QueueConnections> >> >> Regards >> Chandan >> >> On Thu, Sep 8, 2022 at 9:56 PM Jean-Baptiste Onofré <[email protected]> >> wrote: >> >>> Hi Chandan >>> >>> Which Camel component are you using to consume from ActiveMQ ? Camel >>> JMS, Camel ActiveMQ ? What kind of connection factory ? >>> >>> Regards >>> JB >>> >>> On Thu, Sep 8, 2022 at 4:31 PM Chandan Singh >>> <[email protected]> wrote: >>> > >>> > Hi Team , >>> > >>> > We recently upgrade to apache camel 3.14.3 with apache karaf 4.3.7 >>> , I see Active mq message waiting for longer prior to Camel upgrade . Does >>> anyone have any insight on this ? >>> > >>> > >>> > Regards >>> > Chandan >>> >>
