Method: JSparrow::Connection.use_jndi_properties

Defined in:
lib/connection/configuration.rb

.use_jndi_properties(jndi_properties = {}) ⇒ Object

Example:

use_jndi_properties :a_jndi_property_name_in_lower_case     => "a_value_of_property",
                    :other_jndi_property_name_in_lower_case => "other_value_of_property"


44
45
46
# File 'lib/connection/configuration.rb', line 44

def use_jndi_properties(jndi_properties = {})
  configuration.jndi_properties = jndi_properties
end