Let me start by saying I have ZERO remedy experience.
We need to push data from Remedy to a Spring Boot application. I have looked at many, many, many examples, but all seem to be connecting to Remedy via Java and requesting data.
I have seen code examples using Java Filter Plugin for Remedy which seems like the correct way to go.
What will be best way to implement this or maybe there is another way?
A Remedy Plugin(which I will develop) to call a Java RESTController in Spring Boot Application. Do I simply hardcode the RESTController URL into my code here? I know how to do this, but not sure if it is the best way.
Use JMS to send a message from Remedy to Spring Boot Application. We will not specify an ActiveMQ installation so Spring Boot activemq will start its own internal one. Which URL's do I use for communication?
- Apache Camel maybe?
So basically Remedy will send me a unique id, I will then use this ID, connect back to Remedy and retrieve more information. This I know how to do.
Sorry, but I really need some help here regarding the integration between the two and how to push data from Remedy to Spring Boot. That is actually the main question.