Looking for an example that connects Graphql with solace

Looking for an example that connects Graphql with solace


0

Is there any code example that shows how we can use the Solace pubsub+ as a source and watch for events such as insertion or update at the database at the graphql server level and leverage graphql subscription service ?

I came across example with rabbitmq to achieve this but I am looking for specifically solace.

Share
Improve this question

1

  • I'm not super familiar with GraphQL server, but if I understand correctly you want the server to consume events from Solace and then when there are updates clients using graphql's subscription service the server would push updates to the client. Correct? If so, does the GraphQL server you are using support getting updates via JMS or MQTT? Those standards are usually the easiest way to integrate with Solace rather than creating something Solace specific.

    – Mrc0113

    Jan 13 at 15:16


1 Answer
1

Reset to default


0

The Solace Community just released the graphql-solace-subscriptions npm library. Here is a sample application that uses it and I’ve written a blog post that describes it as well.

Share
Improve this answer



Leave a Reply

Your email address will not be published. Required fields are marked *