Hi all, Im using ActiveMQ-5.3.1, with a Java application (JVM 1.6). Im getting into a problem because when I try to create a temporary queue, my thread is being blocked.
The stack trace is: MutexTransport.oneway(Object) line: 40 ResponseCorrelator.asyncRequest(Object, ResponseCallback) line: 74 ResponseCorrelator.request(Object) line: 79 ActiveMQConnection.syncSendPacket(Command) line: 1244 ActiveMQConnection.createTempDestination(boolean) line: 1862 ActiveMQSession.createTemporaryQueue() line: 1266 What could be the reason because the broker could stop this create method? Regards! -- Óscar Pernas Plaza.