This class is an ugly workaround for the issue described in http://forum.springframework.org/showthread.php?p=87189
http://opensource.atlassian.com/projects/spring/browse/MOD-266
This was supposedly fixed in springmodules 0.7 but the problem still remains in 0.8!
jBPM has built-in support for messaging via the org.jbpm.msg.MessageService interface,
the idea being that one can plug in a JMS implementation and send messages from a process
using a standard "" construct.