There are five message states
1. Undelivered
2. Resolved
3. Delivered
4. Cancelled
5. Exhausted
The int value for the above state is as below
0 for Undelivered
1 for Resolved
2 for delivered
3 for Cancelled
4 for exhausted
This is set in the mfilter.setState(0);
Jdev libraries
Note :
If you get "org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed: No" exceptions then use weblogic.jar instead of wlclient.jar
1. Undelivered
2. Resolved
3. Delivered
4. Cancelled
5. Exhausted
The int value for the above state is as below
0 for Undelivered
1 for Resolved
2 for delivered
3 for Cancelled
4 for exhausted
This is set in the mfilter.setState(0);
Jdev libraries
Note :
If you get "org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed: No" exceptions then use weblogic.jar instead of wlclient.jar
No comments:
Post a Comment