Re: Pure master/slave duplicates delayed messages

2011-12-19 Thread nonspecialist
isn't an active member of the network until the master fails. Can anyone offer any thoughts on the master/slave problem? -- View this message in context: http://activemq.2283324.n4.nabble.com/Pure-master-slave-duplicates-delayed-messages-tp4212631p4216589.html Sent from the ActiveMQ - User

Pure master/slave duplicates delayed messages

2011-12-18 Thread nonspecialist
f new_data = do_something(msg) txid = Time.now consumer.begin(txid) consumer.acknowledge(msg, :transaction => txid) consumer.publish("/queue/trigger", new_data, { :transaction => txid, :persistent => true, "AMQ_SCHEDULED_DELAY" => 5000