Quantcast
Channel: Service Bus forum
Viewing all articles
Browse latest Browse all 1916

How to receive JSON object from the azure service bus topic subscriptions

$
0
0

Hi everyone,

 I have few doubt about to implement azure service bus receive messages from topic subscriptions. 

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":"adsdddd","lastName":"asddd","email":"hello@gmail.com123ZXc","emailVerified":false,"dateOfBirth":"2016-08-03","login":"qqqqqqqqqq","password":"Pass@1234","homePhone":"233322","mobilePhone":"1111111122asdf","workPhone":"22222","gender":1,"centerId":"I23642","userType":"student","staffRole":null,"staffActive":false}

Now I’m going to receive those JSON object which I have already sent to the azure service bus topic subscriptions queue before moving to the deadletter. 

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


Viewing all articles
Browse latest Browse all 1916

Trending Articles