Skip to content

Commit

Permalink
Update connection capabilities
Browse files Browse the repository at this point in the history
Basic Nack is already supported in Channel.Nack(). Publisher confirms
are supported by Channel.Publish* functions and by Channel.NotifyConfirm

Signed-off-by: Aitor Perez Cedres <acedres@vmware.com>
  • Loading branch information
Zerpet committed Aug 19, 2022
1 parent 36aa49d commit 5d0fed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connection.go
Expand Up @@ -809,6 +809,8 @@ func (c *Connection) openTune(config Config, auth Authentication) error {
config.Properties["capabilities"] = Table{
"connection.blocked": true,
"consumer_cancel_notify": true,
"basic.nack": true,
"publisher_confirms": true,
}

ok := &connectionStartOk{
Expand Down

0 comments on commit 5d0fed7

Please sign in to comment.