You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by surya prakash <as...@gmail.com> on 2011/10/20 09:31:13 UTC

how to reduce max_ack_delay

Hi,

     How to reduce the value of qpid.session.max_ack_delay value by default
it is 1000 ms, i want to make it 1ms

Best Regards,
surya

Re: how to reduce max_ack_delay

Posted by surya prakash <as...@gmail.com>.
No  i am using cpp qpid::client library .

On Thu, Oct 20, 2011 at 7:19 PM, Gordon Sim <gs...@redhat.com> wrote:

> On 10/20/2011 08:31 AM, surya prakash wrote:
>
>> Hi,
>>
>>      How to reduce the value of qpid.session.max_ack_delay value by
>> default
>> it is 1000 ms, i want to make it 1ms
>>
>
> This is the JMS client, right? It's a system property so you can set it as
> an argument to your java runtime, e.g.
>
>  -Dqpid.session.max_ack_delay=1
>
> See http://qpid.apache.org/books/**0.12/Programming-In-Apache-**
> Qpid/html/ch03s06.html<http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/ch03s06.html>
>
>
>
> ------------------------------**------------------------------**---------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.**apache.org<us...@qpid.apache.org>
>
>

Re: how to reduce max_ack_delay

Posted by Gordon Sim <gs...@redhat.com>.
On 10/20/2011 08:31 AM, surya prakash wrote:
> Hi,
>
>       How to reduce the value of qpid.session.max_ack_delay value by default
> it is 1000 ms, i want to make it 1ms

This is the JMS client, right? It's a system property so you can set it 
as an argument to your java runtime, e.g.

   -Dqpid.session.max_ack_delay=1

See 
http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/ch03s06.html



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org