I have a standalone enum type defined, something like this:
package my.pkg.types; public enum MyEnumType { TYPE1, TYPE2 }
Now, I w
This is what did it for me MessageDeliveryMode is the enum the bean will have the value PERSISTENT: