Delivery mode rabbitmqadmin

139 views
Skip to first unread message

ruliezz

unread,
Sep 14, 2018, 3:45:56 AM9/14/18
to rabbitmq-users
Hi all,

Is there an reason why you cannot create a Persisdent message with rabbitmqadmin what you can via the webinterface with
rabbitmqadmin publish routing_key=demo.queue



Webinterface

rabbit.png




Thanks, Ruben

ruliezz

unread,
Sep 14, 2018, 8:05:39 AM9/14/18
to rabbitmq-users
Anybody?



Op vrijdag 14 september 2018 09:45:56 UTC+2 schreef ruliezz:

Michael Klishin

unread,
Sep 14, 2018, 11:39:47 AM9/14/18
to rabbitm...@googlegroups.com
There is no need to bump every few hours. This list has a pretty darn good response time for a community mailing list,
please be patient.

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

Michael Klishin

unread,
Sep 14, 2018, 11:44:02 AM9/14/18
to rabbitm...@googlegroups.com
I only quickly glanced at the source [1] but it should be possible to specify
message properties as a JSON document:

rabbitmqadmin publish queue=… routing_key=… properties="{…}"

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Michael Klishin

unread,
Sep 14, 2018, 11:46:07 AM9/14/18
to rabbitm...@googlegroups.com

On Fri, Sep 14, 2018 at 5:43 PM, Michael Klishin <mkli...@pivotal.io> wrote:
I only quickly glanced at the source [1] but it should be possible to specify
message properties as a JSON document:

rabbitmqadmin publish queue=… routing_key=… properties="{…}"
On Fri, Sep 14, 2018 at 9:45 AM, ruliezz <rwf...@gmail.com> wrote:
Hi all,

Is there an reason why you cannot create a Persisdent message with rabbitmqadmin what you can via the webinterface with
rabbitmqadmin publish routing_key=demo.queue



Webinterface

rabbit.png




Thanks, Ruben

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
MK

Staff Software Engineer, Pivotal/RabbitMQ

Michael Klishin

unread,
Sep 14, 2018, 12:16:23 PM9/14/18
to rabbitm...@googlegroups.com
rabbitmqadmin publish exchange=amq.default routing_key="q1" payload="123" properties="{\"delivery_mode\": 2}"

seems to do what you want (assuming a queue named "q1" exists in the default virtual host ;))

Ruben Felix

unread,
Sep 14, 2018, 12:24:02 PM9/14/18
to rabbitm...@googlegroups.com
Every hour?

Op vr 14 sep. 2018 17:39 schreef Michael Klishin <mkli...@pivotal.io>:
There is no need to bump every few hours. This list has a pretty darn good response time for a community mailing list,
please be patient.
On Fri, Sep 14, 2018 at 2:05 PM, ruliezz <rwf...@gmail.com> wrote:
Anybody?



Op vrijdag 14 september 2018 09:45:56 UTC+2 schreef ruliezz:
Hi all,

Is there an reason why you cannot create a Persisdent message with rabbitmqadmin what you can via the webinterface with
rabbitmqadmin publish routing_key=demo.queue



Webinterface

rabbit.png




Thanks, Ruben

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/ExF1fydxqBw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.

Ruben Felix

unread,
Sep 14, 2018, 12:24:53 PM9/14/18
to rabbitm...@googlegroups.com
Thanks, so its actually a property

Op vr 14 sep. 2018 18:16 schreef Michael Klishin <mkli...@pivotal.io>:
rabbitmqadmin publish exchange=amq.default routing_key="q1" payload="123" properties="{\"delivery_mode\": 2}"

seems to do what you want (assuming a queue named "q1" exists in the default virtual host ;))
On Fri, Sep 14, 2018 at 5:45 PM, Michael Klishin <mkli...@pivotal.io> wrote:
On Fri, Sep 14, 2018 at 5:43 PM, Michael Klishin <mkli...@pivotal.io> wrote:
I only quickly glanced at the source [1] but it should be possible to specify
message properties as a JSON document:

rabbitmqadmin publish queue=… routing_key=… properties="{…}"
On Fri, Sep 14, 2018 at 9:45 AM, ruliezz <rwf...@gmail.com> wrote:
Hi all,

Is there an reason why you cannot create a Persisdent message with rabbitmqadmin what you can via the webinterface with
rabbitmqadmin publish routing_key=demo.queue



Webinterface

rabbit.png




Thanks, Ruben

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.

To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
MK

Staff Software Engineer, Pivotal/RabbitMQ



--
MK

Staff Software Engineer, Pivotal/RabbitMQ



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/ExF1fydxqBw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.

Michael Klishin

unread,
Sep 14, 2018, 1:41:06 PM9/14/18
to rabbitm...@googlegroups.com
It is a property in the protocol.

On Fri, Sep 14, 2018 at 6:24 PM, Ruben Felix <rwf...@gmail.com> wrote:
Thanks, so its actually a property

Op vr 14 sep. 2018 18:16 schreef Michael Klishin <mkli...@pivotal.io>:
rabbitmqadmin publish exchange=amq.default routing_key="q1" payload="123" properties="{\"delivery_mode\": 2}"

seems to do what you want (assuming a queue named "q1" exists in the default virtual host ;))
On Fri, Sep 14, 2018 at 5:45 PM, Michael Klishin <mkli...@pivotal.io> wrote:
On Fri, Sep 14, 2018 at 5:43 PM, Michael Klishin <mkli...@pivotal.io> wrote:
I only quickly glanced at the source [1] but it should be possible to specify
message properties as a JSON document:

rabbitmqadmin publish queue=… routing_key=… properties="{…}"
On Fri, Sep 14, 2018 at 9:45 AM, ruliezz <rwf...@gmail.com> wrote:
Hi all,

Is there an reason why you cannot create a Persisdent message with rabbitmqadmin what you can via the webinterface with
rabbitmqadmin publish routing_key=demo.queue



Webinterface

rabbit.png




Thanks, Ruben

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
MK

Staff Software Engineer, Pivotal/RabbitMQ



--
MK

Staff Software Engineer, Pivotal/RabbitMQ



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/ExF1fydxqBw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Michael Klishin

unread,
Sep 14, 2018, 1:44:25 PM9/14/18
to rabbitm...@googlegroups.com
I'm not sure what this means but here is how active list participants see it: "anyone?" or "any ideas?" from the OP posted less than 24 hours
from the original post are irritating. This lists gets at least 120 threads a month [1] (sometimes over 200), and everyone's problem is urgent and important.

If my problem was urgent and important I'd double down on finding a solution myself.


On Fri, Sep 14, 2018 at 6:23 PM, Ruben Felix <rwf...@gmail.com> wrote:
Every hour?

Op vr 14 sep. 2018 17:39 schreef Michael Klishin <mkli...@pivotal.io>:
There is no need to bump every few hours. This list has a pretty darn good response time for a community mailing list,
please be patient.
On Fri, Sep 14, 2018 at 2:05 PM, ruliezz <rwf...@gmail.com> wrote:
Anybody?



Op vrijdag 14 september 2018 09:45:56 UTC+2 schreef ruliezz:
Hi all,

Is there an reason why you cannot create a Persisdent message with rabbitmqadmin what you can via the webinterface with
rabbitmqadmin publish routing_key=demo.queue



Webinterface

rabbit.png




Thanks, Ruben

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/ExF1fydxqBw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Ruben Felix

unread,
Sep 14, 2018, 4:26:07 PM9/14/18
to rabbitm...@googlegroups.com
i understand, thats a good point.




Op vr 14 sep. 2018 om 19:44 schreef Michael Klishin <mkli...@pivotal.io>:
I'm not sure what this means but here is how active list participants see it: "anyone?" or "any ideas?" from the OP posted less than 24 hours
from the original post are irritating. This lists gets at least 120 threads a month [1] (sometimes over 200), and everyone's problem is urgent and important.

If my problem was urgent and important I'd double down on finding a solution myself.

On Fri, Sep 14, 2018 at 6:23 PM, Ruben Felix <rwf...@gmail.com> wrote:
Every hour?

Op vr 14 sep. 2018 17:39 schreef Michael Klishin <mkli...@pivotal.io>:
There is no need to bump every few hours. This list has a pretty darn good response time for a community mailing list,
please be patient.
On Fri, Sep 14, 2018 at 2:05 PM, ruliezz <rwf...@gmail.com> wrote:
Anybody?



Op vrijdag 14 september 2018 09:45:56 UTC+2 schreef ruliezz:
Hi all,

Is there an reason why you cannot create a Persisdent message with rabbitmqadmin what you can via the webinterface with
rabbitmqadmin publish routing_key=demo.queue



Webinterface

rabbit.png




Thanks, Ruben

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/ExF1fydxqBw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/ExF1fydxqBw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages