|
|
@@ -13,10 +13,6 @@ import javax.jms.MessageListener;
|
|
13
|
13
|
/**
|
|
14
|
14
|
* Consumes JMS messages and delegates notification of misdirected
|
|
15
|
15
|
* cargo to the cargo service.
|
|
16
|
|
- * <p/>
|
|
17
|
|
- * This point of this is to decouple the tracking service from JMS,
|
|
18
|
|
- * and to allow a thread-based messaging implementation to live in
|
|
19
|
|
- * parallell.
|
|
20
|
16
|
*/
|
|
21
|
17
|
public class HandlingEventMessageDelegate implements MessageListener {
|
|
22
|
18
|
|