join my telegram group for assistance - t.me/joinchat/uOTeetpjJ9VlOTY9
@arunkumar-xu8nr4 жыл бұрын
Hi sir,when to use jms and when to use rest api?plz tell me sir
@mitzk8464 жыл бұрын
Hi Chinna - Great Videos . Can you please elaborate on a usecase where we handle System errors and put message in queue and recover from it without using a dead letter queue. Prevent the consumed message from flowing back to Active MQ(handle duplicate) and perform retry until system is up. Imagine the system comes up after 24 hours. All of this without a separate trigger or use of Dead letter Q
@muleesbbychinna77594 жыл бұрын
Hi Mitz - Thank you. I just introduced JMS basic operation here. I will be making more use case based JMS operations along with grantee delivery by implementing suspended queue logic as you mentioned.
@mitzk8464 жыл бұрын
Thank you Chinna - Eagerly looking forward as these are few things which are usually very important from fault tolerance and recovery perspective.
@muleesbbychinna77594 жыл бұрын
@@mitzk846 Sure think Mitz. I will upload ASAP. Thank you.
@eswarkumar93825 жыл бұрын
Hi Varun, Why the number of consumers for the Topic consumer should set to 1.
@muleesbbychinna77594 жыл бұрын
You can setup no of consumers to consume multiples messages at a time or parallel
@discusstechwithmonissaeed15344 жыл бұрын
Did not tell about the implementation of topic
@muleesbbychinna77594 жыл бұрын
It is also same just create topic then choose topic while publishing and consuming. Can you see session 14.