You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Bruno Matos <br...@paradigmaxis.pt> on 2010/07/21 18:06:44 UTC

Messages size

Hello,

I'm working with a very little size messages, about 50 bytes, but with a
big rate. This ends up with a lot of overhead making TCP packets.

There is any how to configure the broker and the clients to support
multiple messages in one TCP packet?

Thanks in advance.

Regards,
Bruno Matos


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


Re: Messages size

Posted by Bruno Matos <br...@paradigmaxis.pt>.
Thank you a lot Carl!

Bruno.

On Wed, 2010-07-21 at 15:29 -0400, Carl Trieloff wrote:
> 
> The C++ broker will 'batch' TCP writes if the message rate is higher 
> than the IOPs.
> 
> Carl.
> 
> 
> On 07/21/2010 12:06 PM, Bruno Matos wrote:
> > Hello,
> >
> > I'm working with a very little size messages, about 50 bytes, but with a
> > big rate. This ends up with a lot of overhead making TCP packets.
> >
> > There is any how to configure the broker and the clients to support
> > multiple messages in one TCP packet?
> >
> > Thanks in advance.
> >
> > Regards,
> > Bruno Matos
> >




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


Re: Messages size

Posted by Carl Trieloff <cc...@redhat.com>.

The C++ broker will 'batch' TCP writes if the message rate is higher 
than the IOPs.

Carl.


On 07/21/2010 12:06 PM, Bruno Matos wrote:
> Hello,
>
> I'm working with a very little size messages, about 50 bytes, but with a
> big rate. This ends up with a lot of overhead making TCP packets.
>
> There is any how to configure the broker and the clients to support
> multiple messages in one TCP packet?
>
> Thanks in advance.
>
> Regards,
> Bruno Matos
>
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org
>
>    


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