reidmorrison / jruby-jms

Complete JRuby API into Java Messaging Specification (JMS)
Apache License 2.0
47 stars 21 forks source link

Add delivery_mode_sym accessor to producer #8

Closed bpardee closed 11 years ago

bpardee commented 13 years ago

Could you add get/set accessor for Producer#delivery_mode_sym. It seems in ActiveMQ that if I set jms_delivery_mode_sym on the message to :non_persistent it has no effect on the actual message persistence. I have to set it on the producer to get it to work.

Thanks!

reidmorrison commented 11 years ago

Completed