|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.services.jbpm.integration.AbstractJmsServiceFactory
org.jboss.soa.esb.services.jbpm.integration.msg.JmsMessageServiceFactory
public final class JmsMessageServiceFactory
Based on the jBPM JmsMessageServiceFactory, this service delivers messages to the job/command listeners over JCA/JMS inflow.
connectionFactoryJndiName
destinationJndiName
commandJndiName
dlqJndiName
isCommitEnabled
idleInterval
maxIdleInterval
maxRetryJobs
providerAdapterJNDI
Constructor Summary | |
---|---|
JmsMessageServiceFactory()
Construct the JMS message service factory. |
Method Summary | |
---|---|
void |
close()
Close this factory. |
javax.jms.Destination |
getCommandDestination()
Get the jBPM command queue destination associated with this message service. |
javax.jms.Destination |
getDestination()
Get the jBPM job queue destination associated with this message service. |
javax.jms.Destination |
getDLQDestination()
Get the jBPM dlq destination associated with this message service. |
Service |
openService()
Create a JMS message service based on this factory. |
Methods inherited from class org.jboss.soa.esb.services.jbpm.integration.AbstractJmsServiceFactory |
---|
getConnectionFactory, getProvider, isCommitEnabled, lookup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JmsMessageServiceFactory()
Method Detail |
---|
public javax.jms.Destination getDestination()
public javax.jms.Destination getCommandDestination()
public javax.jms.Destination getDLQDestination()
public Service openService()
public void close()
close
in class AbstractJmsServiceFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |