You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$Queue = 'Subscription for 2fc8e48a-0a10-40dd-aeb9-a2f552136243e5#8'
Get-RabbitMQMessage -VirtualHost $VirtualHost -Name $Queue -Count 1 -Credential $RMQCRED -BaseUri $RMQURI -Encoding auto -View Default
i receive this
Invoke-RestMethod : {"error":"not_found","reason":"NOT_FOUND - no queue 'Subscription+for+2fc8e48a-0a10-40dd-aeb9-a2f552136243e5#8' in vhost 'RMQ_TEST'"}
At line:131 char:13
it looks like the + sign is translated
The text was updated successfully, but these errors were encountered:
when using something like this
$Queue = 'Subscription for 2fc8e48a-0a10-40dd-aeb9-a2f552136243e5#8'
Get-RabbitMQMessage -VirtualHost $VirtualHost -Name $Queue -Count 1 -Credential $RMQCRED -BaseUri $RMQURI -Encoding auto -View Default
i receive this
Invoke-RestMethod : {"error":"not_found","reason":"NOT_FOUND - no queue 'Subscription+for+2fc8e48a-0a10-40dd-aeb9-a2f552136243e5#8' in vhost 'RMQ_TEST'"}
At line:131 char:13
it looks like the + sign is translated
The text was updated successfully, but these errors were encountered: