🎄 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.
How to set Solace properties with Boomi?
Answers
-
Hi,
This is more of a Boomi than a Solace challenge ... I found this article explaining how to manually set these properties in a process:
https://community.boomi.com/s/article/extendingjmsconnectoroperation
Maybe this helps?0 -
Hi @svenhelge,
You can set standard and custom JMS properties with Boomi. The standard properties are:- Correlation ID
- Destination
- Message Type
- Message Class
- Priority
- Reply To
I need to re-test but setting Solace properties using the JMS custom property feature doesn't work yet. It migth be that I'm using an incorrect name for the property in Boomi. For example, should I use "SOLACE_JMS_PROP_DEAD_MSG_QUEUE_ELIGIBLE" or "Dead Message Queue Eligible"?
0 -
Hi Sjaak, While sending data to solace you can use http connector and set the properties like mentioned above.
While receiving messages from Solace you can configure JMS connector as listener. If your listener process fails Solace will try to redeliver the message 5 times(if max re-delivery property on solace queue is configured as 5). After all the attempts are exhausted messages will be moved to DMQ.
You need to enable transactions option on JMS connector else solace will treat the message as Unacknowledged in case of process failure.0 -
Technically we could use the HTTP connector to send data and the JMS connector to listen for new messages. However, your Boomi license costs for Solace will double by doing this. Not a real option in practice.
Regarding the transaction option: this is currently not supported by the Solace JMS connector, which we prefer instead of the generic JNDI connector. JNDI is very limited compared to the branded connector: it does not support dynamic queues and subscribers, wild cards and the ability to Solace properties (TTL etc) on message level. We are therefore waiting for a new version of the branded Solace JMS connector.
0