Questions tagged as 'activemq'

0
answers

Send POX by jms from wso2

I am trying to send a message to a queue in ActiveMQ and I have a spring-boot service reading the message in the queue but I get a full SOAP message and I only want a text message. Is it possible to send a simple text by jms from wso2 without...
asked by 04.05.2018 / 16:48
1
answer

Process only one message at a time in Active MQ

I have a Java process that uses ActimeMQ, the queued messages are processed by Java and sent to a socket. The problem is that activeMQ processes several messages asynchronously at the same time, and sends them to the socket, causing the message...
asked by 13.12.2017 / 17:07