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