zio / zio-amqp

ZIO-based AMQP client for Scala
Apache License 2.0
33 stars 20 forks source link

AMQP1.0 support #290

Closed mtumilowicz closed 1 year ago

mtumilowicz commented 1 year ago

Hi, I would like to ask if AMQP1.0 is supported by this library? In config class I don't see any place where you could choose AMQP version

case class AMQPConfig(
  user: String,
  password: String,
  vhost: String,
  heartbeatInterval: Duration,
  ssl: Boolean,
  host: String,
  port: Short,
  connectionTimeout: Duration
)
svroonland commented 1 year ago

Hi @mtumilowicz, I'm not sure. zio-amqp depends on com.rabbitmq.amqp-client v5.16.0, you'd have to check if that supports AMQP 1.0