Create a new jms message for Find resources matching the given filter
Allow to Find resources matching the given filter via the service bus, given Filter fields: specId, namePattern, vendor (characteristic), location (place.name), status, page, pageSize. Adding: `CATALOG_GET_RESOURCES_BY_FILTER: "jms:queue:CATALOG.GET.RESOURCES_BY_FILTER"` ## Usage Send a JMS message to `jms:queue:CATALOG.GET.RESOURCES_BY_FILTER` with a JSON body: ```json {"specId":null,"namePattern":"router","vendor":null,"location":null,"status":"AVAILABLE","page":0,"pageSize":20} ``` Returns a JSON array of matching resources. ### Acknowledgements This work is supported by the EU-funded HORIZON-JU-SNS-2022 FIDAL project with Grant Agreement number 101096146
issue