Hi everyone,
We are using multiple applications in our organization and we need to share data between one to other subsystems so that we are using azure service bus. Here one of my application has sent a message frequently to the service bus topic subscription. Whenever a new user account is created in our application every time the user profile data will be sending the data to the corresponding service bus topic subscriptions. I have mentioned below the snapshot which I have to receive the JSON object. That <g class="gr_ gr_67 gr-alert gr_gramm Grammar multiReplace" data-gr-id="67" id="67">the message</g> is a JSON object.
JSON object:
{"id":"N322333","firstName":"
JSON objects can be stored a list of JSON objects on the subscription. I have searched lots of examples I could not able to find an appropriate solution. Please let me share your suggestion How can I receive the list of JSON objects? I'll be waiting for your response.
Regards,
Parthiban.
Parthiban