Тёмный

'Integration Design Patterns' in Action - 'Guaranteed Delivery' in MuleSoft 

siva thankamanee
Подписаться 8 тыс.
Просмотров 10 тыс.
0% 0

Опубликовано:

 

4 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@vn1272
@vn1272 4 года назад
Thanks Shiva for all your videos
@venkatk161
@venkatk161 2 года назад
Thank you so much for the explanation!
@manikantaadabala3122
@manikantaadabala3122 4 года назад
Very clean and deep explanation ..Tq siva👏👏👏
@michaelj1743
@michaelj1743 3 года назад
Much appreciated!!
@swapnilbankar
@swapnilbankar 4 года назад
JMS Specs of ActiveMQ are not much featured, for option like "explicit acknowledgement" but for time being along with "Persistent" delivery, we can opt for "Manual" acknowledgement at consumer/listener side to retain the messages on Queue even after consumption.
@sivathankamanee-channel
@sivathankamanee-channel 4 года назад
Hi Friends - Please ensure to add 'On Error Propagate' in the Main flow as well and add the same Objet Store - 'Store' operation in case the JMS publish fails while or before the data is published into the JMS Queue. This will ensure that the Delivery will be guaranteed in all circumstances, when JMS server crashes. Thank you !!!
@leelaprasadjagu3177
@leelaprasadjagu3177 4 года назад
Thank You a lot for providing quality videos on architecture patterns. Can you please create video on Streaming Strategies in Mule4.
@mohanbapuji
@mohanbapuji 4 года назад
Hello Siva, firstly I would like to thank you for all the content that you have been putting across.(esp. for a beginner like me) In this use case, what is the datatype of the column that you have used in order to handle the payload. Do I have to declare it as a BLOB. Please clear me on this.
@sivathankamanee-channel
@sivathankamanee-channel 4 года назад
Hi Mohan - you can use VARCHAR if the expected payload size is small and predictable. If you are unsure please use CLOB.
@sirirao7957
@sirirao7957 4 года назад
Thanks for this useful info! Just had one question- could we use VM persistent queues instead of JMS within an application. Is there any downside to it.
@mufaddalf4377
@mufaddalf4377 2 года назад
Hi Sir, If we are trying to insert multiple messages in DB inside a for-each loop and DB connection is unavailable then it will add many messages on the DLQ. Is there any way we only put selective messages on DLQ other than Connection failures?
@KrishnaKumar-ks3mj
@KrishnaKumar-ks3mj 4 года назад
Hi Siva, Can we use Websphere based JMS queueing for this demo
@alfonsocataldi1282
@alfonsocataldi1282 4 года назад
Hi, I did not understand two things: 1) the messages that the jsm listener is unable to insert, go to the IMQ queue of those not consumed, so the jms listener does not mark them as consumed if the subsequent flow is not successful? 2) the messages that go among those not consumed, what happens to them?
@sivathankamanee-channel
@sivathankamanee-channel 4 года назад
Hi Alfonso - Thanks for your clarifications. I added the comment in the video. If JMS fails before even the message is published, the message fails and the exception handler inserts them into Failed Messages Object Store 'employeeStore'. The same thing happens, when the message fails when the Database Connectivity fails. In both cases, they will get accumulated into the 'employeeStore'. They both need to be re-processed by special mechanism by consuming them and inserting them into the Database (this part is left for the viewers requirements). Hope this clarifies.
@rush2mayank
@rush2mayank 4 года назад
Hello Siva , thanks for giving so many good videos. I have a query over here - lets assume we have a scenario - there are multiple flows ( of multiple data types )which are writing data into object store. So when we try to reprocess data from object store than how do we failed data of particular flow only ( means how can we differentiate the data in object store. Thanks, Mayank
@sivathankamanee-channel
@sivathankamanee-channel 4 года назад
Hi Mayank - The Object Store can be classified with different names and you can use different store for different purposes. Just like creating variables. For example, 'Failed_Products', 'Failed_Orders', etc. You can have many object stores introduced in your flow.
@rush2mayank
@rush2mayank 4 года назад
@@sivathankamanee-channel thanks
@rohitpratapani5171
@rohitpratapani5171 4 года назад
Hello Siva, Great content! I just have a question, How setup time in the JMS listener so that it reads from queue for every 1 hour instead of processing immediately as soon as something comes in to queue.
@sivathankamanee-channel
@sivathankamanee-channel 4 года назад
Hi Rohit - Please combine the scheduler with JMS Consume to achieve this. I have already published the video for this under JMS, you can please refer that. Good question, Rohit !!
@rohitpratapani5171
@rohitpratapani5171 4 года назад
@@sivathankamanee-channel Thank you so much! So instead of jms listener I will use scheduler and consume.
Далее