org.jbpm.msg.jms
Class JmsMessageServiceFactory
java.lang.Object
org.jbpm.msg.jms.JmsMessageServiceFactory
- All Implemented Interfaces:
- Serializable, org.jbpm.svc.ServiceFactory
- Direct Known Subclasses:
- JmsMessageServiceFactoryImpl
public class JmsMessageServiceFactory
- extends Object
- implements org.jbpm.svc.ServiceFactory
The JMS message service leverages the reliable communication infrastructure available through
JMS interfaces to deliver asynchronous continuation messages to the JobListenerBean.
Configuration
The JMS message service factory exposes the following configurable fields.
connectionFactoryJndiName
destinationJndiName
Refer to the jBPM manual for details.
- Author:
- Tom Baeyens, Alejandro Guizar
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsMessageServiceFactory
public JmsMessageServiceFactory()
getJbpmConfiguration
public org.jbpm.JbpmConfiguration getJbpmConfiguration()
getConnectionFactory
public javax.jms.ConnectionFactory getConnectionFactory()
getDestination
public javax.jms.Destination getDestination()
isCommitEnabled
public boolean isCommitEnabled()
- Deprecated. the EJB container manages the transactional enlistment of JMS sessions
- Returns:
false
openService
public org.jbpm.svc.Service openService()
- Specified by:
openService in interface org.jbpm.svc.ServiceFactory
close
public void close()
- Specified by:
close in interface org.jbpm.svc.ServiceFactory
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.