Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement AMQP command wrappers #40

Open
77 tasks
oubiwann opened this issue Feb 10, 2017 · 0 comments
Open
77 tasks

Implement AMQP command wrappers #40

oubiwann opened this issue Feb 10, 2017 · 0 comments
Labels
Milestone

Comments

@oubiwann
Copy link
Member

oubiwann commented Feb 10, 2017

77 commands to wrap (we're skipping *_ok):

  • connection.start
  • connection.secure
  • connection.tune
  • connection.open
  • connection.close
  • connection.blocked
  • connection.unblocked
  • connection.redirect
  • channel.open
  • channel.flow
  • channel.close
  • channel.alert
  • access.request
  • exchange.declare
  • exchange.delete
  • exchange.bind
  • exchange.unbind
  • queue.declare
  • queue.bind
  • queue.purge
  • queue.delete
  • queue.unbind
  • basic.qos
  • basic.consume
  • basic.cancel
  • basic.publish
  • basic.return
  • basic.deliver
  • basic.get
  • basic.get_empty
  • basic.ack
  • basic.reject
  • basic.recover_async
  • basic.recover
  • basic.nack
  • basic.credit
  • basic.credit_drained
  • tx.select
  • tx.commit
  • tx.rollback
  • confirm.select
  • file.qos
  • file.consume
  • file.cancel
  • file.open
  • file.stage
  • file.publish
  • file.return
  • file.deliver
  • file.ack
  • file.reject
  • stream.qos
  • stream.consume
  • stream.cancel
  • stream.publish
  • stream.return
  • stream.deliver
  • dtx.select
  • dtx.start
  • tunnel.request
  • test.integer
  • test.string
  • test.table
  • test.content
  • P_connection
  • P_channel
  • P_access
  • P_exchange
  • P_queue
  • P_basic
  • P_tx
  • P_confirm
  • P_file
  • P_stream
  • P_dtx
  • P_tunnel
  • P_test

Part of epic #35

@oubiwann oubiwann added the task label Feb 10, 2017
@oubiwann oubiwann added this to the 0.7.0 milestone Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant