1 Reply Latest reply on Feb 18, 2013 5:05 PM by clebert.suconic

    Why is sending PERSISTENT message to non-durable queue slower than NON_PERSISTENT

    mp2222

      Hi,

      I'm using standalone non-clustered server v2.3.0.CR1.

      In my tests I'm sending TextMessage-s using transacted JMS session created using ThroughputConnectionFactory.

      The queue is configured as nondurable (also checked via JMX).

       

      I run the same test multiple times and the only diffrence was in deliveryMode of the producer.

      Tests with producer.setDeliveryMode(PERSISTENT) were 3 times slower than test with NON_PERSISTENT.

       

      I also tried setting block-on-durable-send to false for the appropriate connection factory but it didn't help (also checked via JMX).