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:17:00 UTC

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

     [ https://issues.apache.org/jira/browse/AMQ-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Hordovskyi updated AMQ-7299:
----------------------------------
    Description: 
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. 

For working with ActiveMQ I use this client https://github.com/rabbitmq/rabbitmq-amqp1.0-client

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?

  was:
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?


> 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
>            Priority: Major
>
> 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. 
> For working with ActiveMQ I use this client https://github.com/rabbitmq/rabbitmq-amqp1.0-client
> 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)