I am trying to send a message to a Tibco Queue using Spring Boot, and I have achieved it using JMSComponent
. It does not use Spring Boot's built-in autoconfiguration files.
Can anyone please provide an example that uses spring.jms.jndi-name-<JNDI name>
in application.properties
file, autoconfigures Spring Boot, and sends a message?
I could see lot of examples available for configuring ActiveMQ Queue in Spring Boot but none for configuring Tibco Queue or using JMSAutoconfiguration
.