- secretPropertyNames() - Method in class org.apache.camel.component.activemq.ActiveMQEndpointUriFactory
-
- setActiveMQComponent(ActiveMQComponent) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
- setBinding(JmsBinding) - Method in class org.apache.camel.component.activemq.converter.ActiveMQMessageConverter
-
- setBrokerURL(String) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
Sets the broker URL to use to connect to ActiveMQ.
- setBrokerURL(String) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
Sets the broker URL to use to connect to ActiveMQ broker.
- setConfiguration(JmsConfiguration) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
Configuration of ActiveMQ
- setConnectionFactory(ConnectionFactory) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
- setProperties(Endpoint, Map<String, Object>) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
- setTrustAllPackages(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
Define if all Java packages are trusted or not (for Java object JMS message types).
- setTrustAllPackages(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
ObjectMessage objects depend on Java serialization of marshal/unmarshal object payload.
- setUsePooledConnection(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
Enables or disables whether a PooledConnectionFactory will be used so that when messages are sent to ActiveMQ
from outside of a message consuming thread, pooling will be used rather than the default with the Spring
JmsTemplate which will create a new connection, session, producer for each message then close them all
down again.
- setUsePooledConnection(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
Enables or disables whether a PooledConnectionFactory will be used so that when messages are sent to ActiveMQ
from outside of a message consuming thread, pooling will be used rather than the default with the Spring
JmsTemplate which will create a new connection, session, producer for each message then close them all
down again.
- setUserName(String) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
- setUseSingleConnection(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQComponent
-
Enables or disables whether a Spring SingleConnectionFactory will be used so that when messages are sent
to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the
Spring JmsTemplate which will create a new connection, session, producer for each message then close them
all down again.
- setUseSingleConnection(boolean) - Method in class org.apache.camel.component.activemq.ActiveMQConfiguration
-
Enables or disables whether a Spring SingleConnectionFactory will be used so that when messages are sent
to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the
Spring JmsTemplate which will create a new connection, session, producer for each message then close them
all down again.