|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DLQHandler
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. |
static String |
PROPERTY_DELIVERY_COUNT
Standard property for delivery count |
| 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 |
|---|
static final String JBOSS_ORIG_DESTINATION
static final String JBOSS_ORIG_MESSAGEID
static final String PROPERTY_DELIVERY_COUNT
| Method Detail |
|---|
void setup(JmsActivation activation,
Context ctx)
throws Exception
activation - the activationctx - the naming context
Exception - for any errorvoid teardown()
boolean handleRedeliveredMessage(javax.jms.Message msg)
msg - the message about to be delivered
void messageDelivered(javax.jms.Message msg)
msg - the message that was delivered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||