how to send/receive message in Azure Service Bus to a specific subscription with a specific correlationID filter and custom properties
im using a Java project and i manage to create a new subscription for my topic. i have created my subscription with corelationID filter and added to the filter a cusom properties. now i want to write/receive a message for…