Hi, When the consumer is consuming messages, if I stop the broker, and after that I try to delete the consumer, the closing method stops in this instruction:
if( consumer != NULL ) delete consumer; This delete, freezes all the application, and never return back. Have I have to use some instruction before to stop consuming? any idea? regards -- Óscar Pernas Plaza.