Package me.ehp246.aufjms.api.jms
Class JmsDispatchContext
java.lang.Object
me.ehp246.aufjms.api.jms.JmsDispatchContext
- Author:
- Lei Yang
-
Method Summary
Modifier and TypeMethodDescriptionstatic AutoCloseablestatic jakarta.jms.JMSContextstatic voidremove()Clears all thread-specific data.static AutoCloseableset(jakarta.jms.JMSContext jmsContext)
-
Method Details
-
set
-
getJmsContext
public static jakarta.jms.JMSContext getJmsContext()- Returns:
- the current JMSContext on the thread.
nullif there is none.
-
remove
public static void remove()Clears all thread-specific data. -
closeable
-