You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Hello,
we're using .net and we're trying to figure out how to rename an exchange and queue so that messages are not lost in the existing queue.
There doesn't seem to be an API for renaming the objects. Is there a way to do this?
Michael Klishin
unread,
Feb 26, 2016, 11:37:08 AM2/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitm...@googlegroups.com, Marty Wasznicky
On 26 February 2016 at 19:32:12, Marty Wasznicky (marty...@gmail.com) wrote:
> There doesn't seem to be an API for renaming the objects. Is there
> a way to do this?
No.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ
Marty Wasznicky
unread,
Feb 26, 2016, 11:56:19 AM2/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users, marty...@gmail.com
ok..so it seems like the only alternative is to delete the existing one and create a new one to replace it.
is there a way to retrieve all the queues bound to a specific exchange though...so I can rebind them to the new exchange?
dfed...@pivotal.io
unread,
Feb 26, 2016, 1:03:04 PM2/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Couldn't you use the shovel plugin to move the messages to the new queue?
Michael Klishin
unread,
Feb 27, 2016, 5:18:50 AM2/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitm...@googlegroups.com, Colin Anderson
On 27 February 2016 at 11:53:31, Colin Anderson (colin.w....@gmail.com) wrote:
> Couldn't you use the shovel plugin to move the messages to the
> new queue?
There is even a (not very visible) button in the management UI that moves messages
by creating a one-off dynamic Shovel.