All,
We have an external facing web site that needs to invoke back end services via JMS. The proposed solution is to use Spring remoting via JMS. However, the online document says
The JMS remoting support in the Spring Framework is pretty basic - it sends and receives on the same thread and in the same non-transactional Session, and as such throughput will be very implementation dependent.
can some one please explain what does it mean exactly and can we use JMS rempoting in my scenario?
thanks all!
We have an external facing web site that needs to invoke back end services via JMS. The proposed solution is to use Spring remoting via JMS. However, the online document says
The JMS remoting support in the Spring Framework is pretty basic - it sends and receives on the same thread and in the same non-transactional Session, and as such throughput will be very implementation dependent.
can some one please explain what does it mean exactly and can we use JMS rempoting in my scenario?
thanks all!