diff --git a/def.go b/def.go index ca505e3..9260622 100644 --- a/def.go +++ b/def.go @@ -20,6 +20,11 @@ type MQKeepAlive struct { } type MQClient struct { + User string + Password string + Host string + Path string + SSL bool Connection *amqp.Connection Channel *amqp.Channel Queue amqp.Queue