I'm new in this topic. I need to create a Java service with Spring Boot that receives a message from TIBCO EMS, but I have no idea how to start
I just know that I can use TibjmsConnectionFactory, but I don't know how to implement that. How would be the method that receives the message? I need to create a GetMapping
or something like this?
I have the connection data of the service (e.g. url, password, username, destination.queue, reply.queue) and this service uses SSL, but how do I use?