🎄 Happy Holidays! 🥳

Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.

Happy Holidays!

Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.

Boomi V2 Connector released 🎉

Tamimi
Tamimi Member, Administrator, Employee Posts: 541 admin
edited September 2023 in Connectors & Integrations #1

We have released our version 2 of the Boomi connector!

Check out a tutorial on our codelab site here https://codelabs.solace.dev/codelabs/boomi-v2-getting-started. You can also check out other codelabs that uses our Boomi Solace connector by filtering on the 'Boomi' category.

What's new?

Some of the new features with this new v2 connector include

  • Performance improvements
  • Ability to automatically create a queue and a topic subscription directly from the solace connector
  • Integration with the Solace PubSub+ Event Portal to import events as objects and event payload schemas to be used as Profiles in Boomi

Happy coding!

How are you using the solace connecter within Boomi? What are your use-cases? Let us know and I am happy to start a conversation here 🙌

Tagged:

Comments

  • klint
    klint Member Posts: 2 ✭
    edited October 2021 #2

    Is there a way to define queues by Dynamic Operations Properties for a Solace connector used as Start shape with a "Listen" operation? It seems to be working for a Get operation in a Start shape but not for a Listen operation.
    Thank you.

  • [Deleted User]
    [Deleted User] Posts: 0 ✭✭

    hey @klint, what are you trying to accomplish?

  • Tamimi
    Tamimi Member, Administrator, Employee Posts: 541 admin

    You will have to check if Dynamic Operations Properties are even supported on LISTEN operations with Boomi.. It has been pointed out as well that start shapes do not have a dynamic context to set vars. Reason being is a start shape doesn't kick off a process until it is triggered (by receiving a message for instance). Until then it's just a daemon process.

    But yeah if you can provide more input on what you're trying to do it'll be helpful!

  • klint
    klint Member Posts: 2 ✭

    Hi. Thanks for your reply. What I'm trying to do is having the Boomi process listen to a Solace queue whose name is taken from an environment-extended process property. Cheers