What is the cost of anypoint platform licence to get anypoint mq can you please tell.
@IntegrationWorld2 жыл бұрын
www.salesforce.com/editions-pricing/integration/anypoint-platform/ Please check in this page.. you have the contact too..
@KNisha-gh7if2 жыл бұрын
good one. can you also post about mule4 ibm mq connector
@IntegrationWorld2 жыл бұрын
glad it is useful to you, will look into it
@lopintipriya3510 Жыл бұрын
Hello Vijay , Thank you so much for your wonderful explanation.. Content is great , and clear . Well, i have a small doubt here, w.r.t the subscribe connector. If three applications have subscribed for a particular queue, and suppose we have chosen automatic acknowledgement mode( which means msg gets deleted soon after flow consumes , correct), so say suppose application-1's ack mode is immediate, it gets deleted from the queue soon after it is consumed, so what about the other flows which are yet to consume ..? how do they get the data ??
@IntegrationWorld Жыл бұрын
Hey.. first of all, Auto ack mode, will not remove the message as soon as it's consumed..... It's applicable for immediate.... Secondly, if multiple subscribers are there then only one can consume the message at a time.....the others won't get the same message unless it gets a NACK as ack... If your use case is to publish the same message to multiple queues then use exchange in anypoint mq...
@lopintipriya3510 Жыл бұрын
@@IntegrationWorld Sorry for the typo about auto ack mode, however, i understood the issue now.. Thanks for the quick response.