10 Replies Latest reply on Jul 27, 2007 2:10 PM by fljmayer

    Messages always persistent in Topic

    fljmayer

      We are using JBoss 4.0.5 with JBossMQ and recently ran into the problem that all topic messages were persisted into the Hypersonic database event though the TopicPublisher was set to NON_PERSISTENT and we also sent the messages with that flag. After some research we were able to configure the PersistenceManager and the topic in such a way that this didn't happen any more, but one question still remains:

      In this behavior JMS compliant? The JMS MessageProducer, TopicPublisher etc have a DeliveryMode that can be PERSISTENT or NON_PERSISTENT. Why does JBossMQ completely ignore this setting? Or is there something we are overlooking?