Also I would recommend Java Messaging by Eric Bruno. It's the book that I
have been using to come up to speed with JMS in general and I'm using
ActiveMQ. I only had to fix a few imports for the examples in his book to
use them with ActiveMQ since it's an Apache project now.
The book covers more th
There are examples in the binary download.
On Mon, Jun 9, 2008 at 1:58 AM, rachke1 <[EMAIL PROTECTED]> wrote:
>
> Hi:
>
> New to JMS.
> I have an application that will need a Messaging Middleware application, in
> the meanwhile I am just using a servlet which is very simple.
> I understand and hav