You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Roman Hordovskyi (Jira)" <ji...@apache.org> on 2019/09/06 08:04:00 UTC

[jira] [Created] (AMQ-7299) Using erlang and amqp protocol

Roman Hordovskyi created AMQ-7299:
-------------------------------------

             Summary: Using erlang and amqp protocol
                 Key: AMQ-7299
                 URL: https://issues.apache.org/jira/browse/AMQ-7299
             Project: ActiveMQ
          Issue Type: Wish
          Components: AMQP
            Reporter: Roman Hordovskyi


I'm currently using the RabbitMQ broker and have a plan to switch to ActiveMQ. But I don't know how to figure out some functionality from ActiveMQ. 

Please tell me if there is an opportunity in ActiveMQ to set parameters or their analogs that we use in RabbitMQ? 

These are the parameters that I use in RabbitMQ when declaring the queue:

- exclusive (used by only one connection and the queue will be deleted when that connection closes)

- auto-delete (queue that has had at least one consumer is deleted when the last consumer unsubscribes)

- args:
 * Queue TTL
 * Queue length limit

Help me please or tell me where to turn with this request?



--
This message was sent by Atlassian Jira
(v8.3.2#803003)