activerecord_queue.rb

Path: lib/stomp_server/queue/activerecord_queue.rb
Last Update: Thu Apr 11 11:59:47 +0000 2013

Queue implementation using ActiveRecord

all messages are stored in a single table they are indexed by ‘stomp_id’ which is the stomp ‘message-id’ header which must be unique accross all queues

Required files

stomp_server/queue/ar_message   yaml  

[Validate]