-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with endpoint - Oracle Queue #467
Comments
Is there any update on this? Even I am facing same issue. |
Hi @PedroSousaEquals @SAURAVDX007, sorry for the late response. Have you tried setting the endpoint manually in your code? ie: --> queueClient.Host = https://cell-1.queue.messaging.sa-vinhedo-1.oci.oraclecloud.com Please let us know if this helps, thanks! |
@JoshuaWR using Host does seem to work for me. Thanks Joshua |
@PedroSousaEquals Have you tried this solution as well? Let us know if it works for you, thanks! |
Hi @JoshuaWR , Yes... apologies for the delay, but it works, thanks ! |
Hello, I'm using the GO SDK for queue services, but I encountered an error when using it:
Message Error: Please use endpoint https://cell-1.queue.messaging.sa-vinhedo-1.oci.oraclecloud.com\nOperation Name: GetMessages\nTimestamp: 2023-11-10 18:40:57.086135167 -0300 - 03 m=+140.026919796\nClient Version: Oracle-GoSDK/65.49.1\nRequest Endpoint: GET
When I looked at queue/queue_client.go I saw that the endpoint is like:
https://messaging.{region}.oci.{secondLevelDomain}
in queue/queue_client.go line 68
when changing to
https://cell-1.oracle.queue.{region}.oci.{secondLevelDomain}
the error disappears. Can you help me?
My function:
`
req := queue.GetMessagesRequest{
The text was updated successfully, but these errors were encountered: