org.jbpm.msg.jms
Class JmsMessageServiceFactory
java.lang.Object
org.jbpm.msg.jms.JmsMessageServiceFactory
- All Implemented Interfaces:
- java.io.Serializable, org.jbpm.svc.ServiceFactory
- Direct Known Subclasses:
- JmsMessageServiceFactoryImpl
public class JmsMessageServiceFactory
- extends java.lang.Object
- implements org.jbpm.svc.ServiceFactory
The JMS message service leverages the reliable communication infrastructure
accessed through JMS interfaces to deliver asynchronous continuation
messages to the JobListenerBean.
Configuration
The JMS message service factory exposes the following configurable fields.
connectionFactoryJndiName
destinationJndiName
isCommitEnabled
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()
getConnectionFactory
public javax.jms.ConnectionFactory getConnectionFactory()
getDestination
public javax.jms.Destination getDestination()
getCommandDestination
public javax.jms.Destination getCommandDestination()
isCommitEnabled
public boolean isCommitEnabled()
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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.