ContextMapper / context-map-discovery

A Reverse Engineering Library to Generate CML Context Maps from Existing Source
Apache License 2.0
14 stars 6 forks source link

Discover ActiveMQ queues #3

Open stefan-ka opened 4 years ago

stefan-ka commented 4 years ago

The Lakeside Mutual example contains two Spring Boot microservices communicating over an ActiveMQ queue. See overview diagram:

https://github.com/Microservice-API-Patterns/LakesideMutual/

Would be nice if we could discover such a relationship (maybe use annotations such as @JMSListener?).

stefan-ka commented 4 years ago

@JMSListener annotations are not enough, since they do not contain the queue names (have to be resolved over property files).