タイトルが示すように、JMS を使用してキュー サーバー (rabbitmq と apollo、テスト用) とやり取りしたいのですが、JMS が Java EE に含まれていることを読みました。EE なしでアクセスできるライブラリまたは方法はありますか? Mac に付属している標準の JDK を使用しているだけです (ダウンロード ページに Mac 用の EE が表示されません)。
1 に答える
0
A possible option would be to use the client library which is offered by RabbitMQ (http://www.rabbitmq.com/java-client.html). This way you can simply connect to a RabbitMQ server/queue.
But I'm not sure if this library can be used to connect to other JMS implementations than RabbitMQ.
于 2012-11-09T14:12:12.133 に答える