message-listener Questions

3

I am using Spring(boot) on my project and I access a JMS Queue (ActiveMQ) using : @JmsListener(destination = "mydestinationQueue") public void processMessage(String content) { //do something } ...
Bonaventura asked 15/9, 2015 at 14:12

1

I have 2 EJB app, A and B. A has a stateless session that send a message to app B (Message driven bean). App B send a message back to app A. Now, I have the value I want in the message listener i...

1

Solved

I'm currently adding JMS support to a application-server-like framework. The JMS will be implemented by HornetQ (stand-alone broker, hornetq jars on the servers classpath) but there is neither JBos...
Saltillo asked 18/12, 2012 at 16:5
1

© 2022 - 2024 — McMap. All rights reserved.