lib/hornetq/client/session_pool.rb in jruby-hornetq-0.2.3.alpha vs lib/hornetq/client/session_pool.rb in jruby-hornetq-0.2.5.alpha

- old
+ new

@@ -47,10 +47,9 @@ :warn_timeout => session_params[:pool_warn_timeout] || 5, :logger => session_params[:pool_logger]) do s = factory.create_session(session_params) # Start the session since it will be used immediately upon creation s.start - puts "Creating Session" s end # Obtain a session from the pool and pass it to the supplied block # The session is automatically returned to the pool once the block completes \ No newline at end of file