Hi Everyone,
I am sending data from Solace to Boomi using JMS connector.
Can someone help me with appropriate header properties for JMS like we have for REST as shown below ?
Hi Marc,
When i set this SOLACE_JMS_PROP_DEAD_MSG_QUEUE_ELIGIBLE in boomi process property and pushed messages to Solace I am not seeing this property in messages when browsed from solace queue.
What is the correct way to add this property in Boomi ? Could you please help ?
Does Boomi JMS connection use a Solace JMS Connection Factory? If so, you can set “default-dmq-eligible” to true in the connection factory, using SolAdmin or CLI:
Hi Aaron,
I am suing Boomi JMS connector and selecting the server as solace. We need not enter connection factory name in the JMS connection. I am not sure which connection factory it refers.
Hi Naga, yes, as a matter of best practice, you should create a consumer for every DMQ. If you’ve configured a DMQ the expectation is that you want to keep the messages. Having a DMQ over-flowing because no-one is doing anything with the messages breaks this model. If you don’t want to consume the messages, do you need a DMQ in the first place?
Hi @TomF, for your info. You can set a custom connection factory on the Boomi side when using the JMS Server Type “Generic JNDI”. The strange thing is that, if you choose Solace as JMS server type, you can’t. I assume Boomi is then using “/jms/cf/default”. See screenshots
Hi Marc,
I referred to that guide and added the headers in Boomi JMS connector custom properties and also tried Boomi process properties but none of them really worked for me.