Class: JSparrow::Connection::Configuration
- Inherits:
-
Object
- Object
- JSparrow::Connection::Configuration
- Defined in:
- lib/connection/configuration.rb
Overview
Connection configuration to connect the JMS provider.
Instance Attribute Summary collapse
-
#enabled_connection_factories ⇒ Object
Returns the value of attribute enabled_connection_factories.
-
#enabled_queues ⇒ Object
Returns the value of attribute enabled_queues.
-
#enabled_topics ⇒ Object
Returns the value of attribute enabled_topics.
-
#jms_client_jar ⇒ Object
Returns the value of attribute jms_client_jar.
-
#jndi_properties ⇒ Object
Returns the value of attribute jndi_properties.
Instance Attribute Details
#enabled_connection_factories ⇒ Object
Returns the value of attribute enabled_connection_factories.
8 9 10 |
# File 'lib/connection/configuration.rb', line 8 def enabled_connection_factories @enabled_connection_factories end |
#enabled_queues ⇒ Object
Returns the value of attribute enabled_queues.
8 9 10 |
# File 'lib/connection/configuration.rb', line 8 def enabled_queues @enabled_queues end |
#enabled_topics ⇒ Object
Returns the value of attribute enabled_topics.
8 9 10 |
# File 'lib/connection/configuration.rb', line 8 def enabled_topics @enabled_topics end |
#jms_client_jar ⇒ Object
Returns the value of attribute jms_client_jar.
8 9 10 |
# File 'lib/connection/configuration.rb', line 8 def jms_client_jar @jms_client_jar end |
#jndi_properties ⇒ Object
Returns the value of attribute jndi_properties.
8 9 10 |
# File 'lib/connection/configuration.rb', line 8 def jndi_properties @jndi_properties end |