Class InjectableJMSContext

  • All Implemented Interfaces:
    jakarta.jms.JMSContext, Serializable, AutoCloseable

    public class InjectableJMSContext
    extends ForwardingJMSContext
    implements Serializable
    This bean is the JMSContext wrapper which user gets by injection. It can read metadata of injection point for it is dependent scoped. It delegates all business methods of JMSContext interface to the JMSContext API via request scopd JMSContextManager bean.
    See Also:
    Serialized Form