Sha256: 0d5d1f971dc5bbe628216f9cba8c41463dbbeac6b2cd3db843a6b2d1994edf82

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

- breaks with header values that are nil (deleting nil headers in Exchange#publish for now)

- generate amqp/spec.rb from original xml spec
- add peek and pop to queues
- use rabbitmq generated consumer tag from basic.consume-ok reply

- allow temporary queues with amq.queue(nil) syntax (use uuids)
  - use as temp queue in rpc
  - use uuids for message ids in rpc

- add ack/completed responses for messages
- deleting queues/bindings/exchanges
  + queue.unbind
  - queue.remove or queue.close or queue.delete
  - exchange.remove
  - rpc.remove

- handle errors and exceptions
    binding to a non-existent (or not yet created in clock.rb) exchange
      #<AMQP::Protocol::Channel::Close:0x11d35d4
       @class_id=50,
       @debug=1,
       @method_id=20,
       @reply_code=404,
       @reply_text="NOT_FOUND - no exchange 'clock' in vhost '/'">>]

- handle connection.redirect during connect (for rabbitmq in distributed mode) [or just set insist to true]

- add amq.queue('name').size{ |num| "#{num} messages in the queue" } (send declare passive, look at declare-ok response)
- clean up MQ.default on disconnect

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arvicco-amqp-0.6.10 TODO
arvicco-amqp-0.6.9 TODO
arvicco-amqp-0.6.8 TODO