>
>
> You have to remember that the specs are generally written from the
> application developer's standpoint. As a result, application developers
> must assume that for a portable application to work, the below is true.
> NOte that it doesn't say that the client must throw an exception, etc.
> Th
Kevin,
You have to remember that the specs are generally written from the
application developer's standpoint. As a result, application developers
must assume that for a portable application to work, the below is true.
NOte that it doesn't say that the client must throw an exception, etc.
This is
The JMS threading restrictions are here:
https://docs.oracle.com/cd/E19340-01/820-6767/aeqdb/index.html
which basically say if you're using a MessageListener you have to work with
that message/session within the given onMessage function.
However, I don't think that's true WRT ActiveMQ is it?
I