You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Chandan Singh <ma...@gmail.com> on 2022/09/08 14:31:11 UTC

Apache Karaf with Camel 3.14.3 And Active MQ 5.17 .3

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

Re: Apache Karaf with Camel 3.14.3 And Active MQ 5.17 .3

Posted by Chandan Singh <ma...@gmail.com>.
It’s for Active mq config .

On Wed, 14 Sep 2022 at 01:06, Arthur Naseef <ar...@apache.org> wrote:

> Where does that XML come from?  That's not camel XML.
>
>
> On Fri, Sep 9, 2022 at 6:20 AM Chandan Singh <
> mailbox.chandansingh@gmail.com> wrote:
>
>> Hi JB ,
>>
>> We are using JMS  ,   Connections setting as below   in ActiveMQA
>>
>> <QueueConnections>
>>
>> <defaultUri>failover:(tcp://xxxx:64000,tcp://xxxx:65001)?randomize=false&amp;backup=true&amp;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é <jb...@nanthrax.net>
>> 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
>>> <ma...@gmail.com> 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
>>>
>>

Re: Apache Karaf with Camel 3.14.3 And Active MQ 5.17 .3

Posted by Arthur Naseef <ar...@apache.org>.
Where does that XML come from?  That's not camel XML.


On Fri, Sep 9, 2022 at 6:20 AM Chandan Singh <ma...@gmail.com>
wrote:

> Hi JB ,
>
> We are using JMS  ,   Connections setting as below   in ActiveMQA
>
> <QueueConnections>
>
> <defaultUri>failover:(tcp://xxxx:64000,tcp://xxxx:65001)?randomize=false&amp;backup=true&amp;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é <jb...@nanthrax.net>
> 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
>> <ma...@gmail.com> 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
>>
>

Re: Apache Karaf with Camel 3.14.3 And Active MQ 5.17 .3

Posted by Chandan Singh <ma...@gmail.com>.
Hi JB ,

We are using JMS  ,   Connections setting as below   in ActiveMQA

<QueueConnections>

<defaultUri>failover:(tcp://xxxx:64000,tcp://xxxx:65001)?randomize=false&amp;backup=true&amp;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é <jb...@nanthrax.net> 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
> <ma...@gmail.com> 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
>

Re: Apache Karaf with Camel 3.14.3 And Active MQ 5.17 .3

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
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
<ma...@gmail.com> 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