|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for DLQ Handling
Field Summary | |
static String |
JBOSS_ORIG_DESTINATION
JMS property name holding original destination. |
static String |
JBOSS_ORIG_MESSAGEID
JMS property name holding original JMS message id. |
Method Summary | |
boolean |
handleRedeliveredMessage(javax.jms.Message msg)
Check whether the DLQ should handle the message |
void |
messageDelivered(javax.jms.Message msg)
Notification that the message was delivered |
void |
setup(JmsActivation activation,
Context ctx)
Set up the DLQ |
void |
teardown()
Tear down the DLQ |
Field Detail |
public static final String JBOSS_ORIG_DESTINATION
public static final String JBOSS_ORIG_MESSAGEID
Method Detail |
public void setup(JmsActivation activation, Context ctx) throws Exception
activation
- the activation
Exception
- for any errorpublic void teardown()
public boolean handleRedeliveredMessage(javax.jms.Message msg)
public void messageDelivered(javax.jms.Message msg)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |