Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个消息传递应用程序,我通过从浏览器访问 activemq 创建队列名称 =“dataQueue”,手动将数据发送到队列。现在我需要通过以下代码使用 spring 框架来引用该队列:
<bean id="dataQueue" class=" "></bean>
我无法在 ActiveMQ 中找到队列的类名。
请告诉应该有什么类来指定队列名称。我正在使用 activeMQ 5.4.2
例如看这个:Using Spring to Send JMS messages