Hi Julien, as Robbie guessed, flow control based on queue capacity isn't currently implemented for AMQP 1.0 connections to the Java broker. I'm on vacation next week, but I may take a look to see how easy it would be to add an implementation.
-- Rob On 18 March 2016 at 19:12, Robbie Gemmell <[email protected]> wrote: > Hi Julien, > > Those docs are discussing the AMQP 0-x JMS client I believe. I know > you were asking about the AMQP 1.0 JMS clients recently, so if you are > using those then the details wont be applicable, particularly around > log messages. > > In terms of queue flow control, governing ability to send works > differently in AMQP 1.0 than in AMQP 0.x did, and I'm not sure what > the broker does there, it may be that feature isnt yet functional for > AMQP 1.0 producers. > > Robbie > > On 18 March 2016 at 13:59, Julien Charon <[email protected]> > wrote: > > Hi, > > > > > > I'm currently trying to configure flow control on queue level as > described in [1]. > > I tried the following: > > - Create a queue, set flow control settings: capacity = 1024, resume > capacity = 512 (I also tried with capacity = 10240, resume capacity = 5120 > and capacity = 102400, resume capacity = 51200) > > - With a QPID JMS client, send 100 messages with ~16KB each > > - I can't see any log messages on broker side nor on client side as > described in [1] (also tried to set log level to DEBUG) > > - Sending of the messages by the client (producer) is not slowed down > nor blocked as describe in [1] > > Did I make a mistake in configuration or did I misunderstand something? > > > > > > [1] > https://qpid.apache.org/releases/qpid-java-6.0.1/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html > > > > Best regards, > > Julien > > > > Avitech GmbH > > Engineering AxL > > Tel.: +49 (0)7541/282-177 > > Fax: +49 (0)7541/282-199 > > e-mail: [email protected]<mailto:[email protected]> > > ________________________________________________ > > Avitech GmbH > > Principal Office: Bahnhofplatz 1 | 88045 Friedrichshafen | Germany > > Court Registration: Amtsgericht Ulm | HRB 728293 > > Geschäftsführer/Managing Director: Jon Joseba Goyarzu Caño > > http://avitech.aero<http://avitech.aero/> > > > > This message may contain confidential information and is intended only > for the individual named. If you are not the named addressee you should not > disseminate, distribute or copy this e-mail. Please notify the sender > immediately by e-mail if you have received this e-mail by mistake and > delete this e-mail from your system. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
