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?
I guess you should start with the getting started lessons of the spring boot project site, there you will learn how to create a spring boot project from the scratch and also there is getting started lecture for REST-Service which you need to create, so this would be a good start point : https://spring.io/projects/spring-boot