Trying Out Your Event Broker Service

If you haven't already done so, start by Creating Your First Event Broker Service. Assuming that you have now created an event broker service, this getting started tutorial walks you through trying your new event broker service. You will connect a publisher and a subscriber, subscribe to a topic, and publish a matching message to try out the event broker service .

This tutorial is to demonstrate the most basic event interaction using messaging. This tutorial will show you the following tasks:

  1. Go to the Try Me! Page
  2. Subscribe to a Topic
  3. Publish a Matching Message

Go to the Try Me! Page

To access the Try Me! page:

  1. Log in to the PubSub+ Cloud Console if you have not done so yet. The URL to access the Cloud Console differs based on your authentication scheme. For more information, see Logging In to the PubSub+ Cloud Console.

  2. In the PubSub+ Cloud Console, click Cluster Manager from the navigation bar.
  3. On the Services page, click the card for your event broker service. The event broker service details are displayed.
  4. In the Service Details page select the Try-Me! tab.
  5. Click Open PubSub+ Broker Manager.
  6. In the Publisher panel, in the Establish Connection section, click the expand icon .
  7. To connect to the event broker service copy the following connection information from the Service Details page into the Broker Manager under Establish Connection:
    1. Copy the value for Client Username and paste it into the Client Username field.
    2. Copy the value for Client Password and paste it into the Client Password field
  8. In the Subscriber panel, click Connect.

    ../img/tryMe_4.png

  9. Check that beside the Establish connection text, the previously red link icon changes to a green, which indicates that the Publisher and Subscriber applications are correctly connected.

    ../img/tryMe_5.png

Subscribe to a Topic

In the Subscriber panel under Topic Subscriber click Subscribe to subscribe to the flight/> topic. After you click the button, the subscribed topic appears. You can also try the clicking the suggested topics under Suggestions or inputting your own in the text box. See Understanding Topics to learn more about topics.

../img/tryMe_6.png

Publish a Matching Message

In the Publisher panel, click Publish to publish a message to the topic.

../img/tryMe_10.png

You should see that the message has been sent from the Publisher and received by the Subscriber.

../img/tryMe_8.png

Next Steps

You have now exchanged a message between a publisher and a subscriber. Want to learn more?