开发者

jms queue implementation

Is there a resource on the net or开发者_如何学Python a book that describes how a message queue is actually implemented? Is it just a standaloneJVM that keeps listening for requests and implements some variation of the producer-consumer pattern? Most tutorials give you the steps on how to use jms...I was looking more for the internal workings of how the queue is implemented.


JMS is just a specification and dictates the functional aspect and a Java API of a Queue but not the specific on how a queue is implemented.

There are multiple vendors providing products that adhere to the JMS spec. and thus many different implementations and inner workings, some of them are opensource such as ActiveMQ or JbossMQ. Your best bet for learning the internals is looking at the source code of those projects.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜