[ANNOUNCE] Apache Qpid Dispatch 1.15.0 released

2021-02-12 Thread Ganesh Murthy
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid Dispatch 1.15.0 Qpid Dispatch is a router for the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org). It provides a flexible and scalable interconne

Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread Oleksandr Rudyy
Hi Herbert, I would like to clarify that the latest version of legacy JMS client for AMQP 0-x is 6.4.0. You can find more details on this old JMS client at: http://qpid.apache.org/components/jms/amqp-0-x.html http://qpid.apache.org/releases/qpid-jms-amqp-0-x-6.4.0/ Kind Regards, Alex On Fri, 12

RE: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread KOELMAN Herbert
Ok, thank you for your help. -Message d'origine- De : Rob Godfrey Envoyé : vendredi 12 février 2021 19:15 À : users@qpid.apache.org Cc : VARSHNEY Prerna Objet : Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host So, the Qpid JMS client only speaks AMQP 1.0. In the past

Dispatch Router: Wow. Large message test with different buffer sizes

2021-02-12 Thread Michael Goulish
Well, *this* certainly made a difference! I tried this test: *message size:* 20 bytes *client-pairs:* 10 *sender pause between messages:* 10 msec *messages per sender:* 10,000 * credit window:* 1000 *Results:*

Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread Rob Godfrey
So, the Qpid JMS client only speaks AMQP 1.0. In the past we released a different JMS client which spoke AMQP 0-9-1, and AMQP 0-10. I believe that last release of that is detailed here: https://qpid.apache.org/releases/qpid-java-6.1.7/index.html Just to forewarn - I believe there are a few issue

Re: Dispatch Router: Changing buffer size in buffer.c blows up AMQP.

2021-02-12 Thread Michael Goulish
*A better test would involve much larger messages, maybe 64K, 128K, or more.* Oh I see -- OK, that will be easy. This is something that needs to be fixed though, I expect. On Fri, Feb 12, 2021 at 12:08 PM Michael Goulish wrote: > A further note. > I just looked at all 100 receivers this way. >

Re: Dispatch Router: Changing buffer size in buffer.c blows up AMQP.

2021-02-12 Thread Michael Goulish
A further note. I just looked at all 100 receivers this way. They all have the same inflection point at 28000 messages. But ... it could also have been a particular point in time that triggered it -- because the all hit the 28000 message mark within 2.5 seconds of each other. On Fri, Feb 12, 2021

Re: Dispatch Router: Changing buffer size in buffer.c blows up AMQP.

2021-02-12 Thread Ted Ross
Another thing to consider when increasing the buffer size is how to adjust the "Q2" limit. This limits the number of buffers that will be stored in a streaming message at any one time. By increasing the buffer size by 8x, the Q2 limit in bytes is also increased 8x. This won't have any effect on

RE: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread KOELMAN Herbert
Got your point. If I understand this well, if I force QPID to use AMQP 0-9-1 than it might work. Am I assuming well :-) Is there a way to have QPID explicitly use AMQP 0-9-1 ? Or do I need to downgrade QPID's version ? (By the way, your help is much appreciated ;-) ) -Message d'origine

Re: Dispatch Router: Changing buffer size in buffer.c blows up AMQP.

2021-02-12 Thread Ted Ross
On Fri, Feb 12, 2021 at 2:44 AM Michael Goulish wrote: > > > *Can you explain how you are measuring AMQP throughput? What message > sizes are you using? Credit windows? How many senders and receivers? Max > frame* > * size?* > > Oops! Good point. Describe the Test! > > 100 senders, 100 receiv

Re: Dispatch Router: Changing buffer size in buffer.c blows up AMQP.

2021-02-12 Thread Michael Goulish
Sorry -- I didn't realize this list would remove the image of my graph. Can everyone see this? On Fri, Feb 12, 2021 at 7:51 AM Chuck Rolke wrote: > The mail list scrubs attachments. Maybe create a jira and add the image > to

Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread Rob Godfrey
So, I think what you are seeing here is essentially a bug in the RabbtMQ AMQP 1.0 plugin. IIRC (and it's been a while) they incorrectly assume an equivalence between the notion of terminus durability in AMQP 1.0 and Queue durability in AMQP 0-9-1. The log message you see: 2021-02-12 14:50:48.451

RE: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread KOELMAN Herbert
I have tried this broker URL setting and it's not working. Can this be a bug in version : org.apache.qpid qpid-jms-client 0.55.0 Java QPID connexion code: JmsConnectionFactory qpidFactory = new org.apache.qpid.jms.JmsConnectionFactory("amqp:/

Re: Dispatch Router: Changing buffer size in buffer.c blows up AMQP.

2021-02-12 Thread Chuck Rolke
The mail list scrubs attachments. Maybe create a jira and add the image to that. - Original Message - > From: "Michael Goulish" > To: users@qpid.apache.org > Sent: Friday, February 12, 2021 2:43:40 AM > Subject: Re: Dispatch Router: Changing buffer size in buffer.c blows up AMQP. > > *Ca