@himanshu
Can you please guide if Solace REST Consumer capable of publishing message to Google pub Sub topic over the API? I have tried few options from message broker using REST but still not succeeded. How to pass the below URL from RDP configuration of the message broker ? Any help will be highly appreciated.
The below is my google Pubsub API url:
“https://pubsub.googleapis.com/v1/projects/{project-name}/topics/{topic-name}:publish”
Message:
{
“id”: “1”,
“price”: “$1.99”,
“product”: “shirt”
}