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
When ServerOptions is entered on the RPC server, with the property type if it is "topic" returns an error when trying to request a resource.
{ Error: Operation failed: ExchangeDeclare; 406 (PRECONDITION-FAILED) with message "PRECONDITION_FAILED - inequivalent arg 'type' for exchange 'exchange.server' in vhost '/': received 'direct' but current is 'topic'"}
Even passing the type: "topic" property on the RPC client the error persists.
The text was updated successfully, but these errors were encountered:
When ServerOptions is entered on the RPC server, with the property type if it is "topic" returns an error when trying to request a resource.
Even passing the type: "topic" property on the RPC client the error persists.
The text was updated successfully, but these errors were encountered: