William Henry wrote:
Is anyone else seeing this?  Is this an issue? Expected behavior?

Are you closing the sessions before closing the connection (and do you have a sync() before the close())? Are you closing the connection with active subscriptions?


Background:
This is coming from a publisher that is sending messages to the amq:topic exchange.
Some of the messages have TTL related.
Consumption is from non-exclusive queues where the TTL messages are going and from exclusive LVQs.
(Some data is time sensitive and some is last value).

The warning I'm getting on the publisher:

2009-jan-30 09:23:23 warning Ignoring frame while closing connection: Frame[BEbe; channel=2; {SessionCompletedBody: commands={ }; timely-reply=1; }] 2009-jan-30 09:23:23 warning Ignoring frame while closing connection: Frame[BEbe; channel=2; {SessionCompletedBody: commands={ }; timely-reply=1; }]

This is from ConnectionHandler.cpp. It's when it is handling incoming messages.

Any thoughts?

Regards,
William

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to