We are using the activemq cms cpp library 3.4.5 to send and receive messages
from a activemq broker.

Description: 
Queue full exception not thrown on the client side when the queue memory is
full on the activemq broker .


settings
-----------
producer flow control is disabled.

kahadb persistence is disabled.

Using the below configuration for system usage 

<systemUsage>
 <systemUsage sendFailIfNoSpace="true">
   <memoryUsage>
     <memoryUsage limit="20 mb"/>
   </memoryUsage>
 </systemUsage>
</systemUsage>

Using Queues for  the messages.

When the queue memory limit is reached, there is no exception thrown on the
client side.

Can anyone tell of what should be the configuration to get the queue full
exception on the client side.





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Queue-Full-exception-not-thrown-on-the-client-side-tp4677459.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to