2 Replies Latest reply on Sep 25, 2012 8:16 AM by halfpad

    ClientProducer still sends messages on a deleted queue

    halfpad

      Hi

       

      I'm trying to do some cleanup before my client application closed.

       

      The client app has both a client and a producer.

       

      When I delete the consumer's queue, I get an exception notifying me the the queue still has consumers.

       

      If I delete the producer's queue, I don't get any exception, and if I try to send a message with the producer, the message still gets delivered to the server.

       

      Does this sound correct?