Bonjour, Existe-t'il un équivalent à la prefetch limit d'activeMQ avec stompserver ?
"Its a good idea to have large values of the prefetch limit if you want high performance and if you have high message volumes. If you have very few messages and each message takes a very long time to process you might want to set the prefetch value to 1 so that a consumer is given one message at a time. Specifying a prefetch limit of zero means the consumer will poll for more messages, one at a time, instead of the message being pushed to the consumer." (http://activemq.apache.org/what-is-the-prefetch-limit-for.html) Par exemple, avec activemessaging/ActiveMQ, j'envoi dans mon message le paramètre activemq.prefetchSize: 1 pour régler cette limitation. Merci pour vos réponses, Jérémy. --~--~---------~--~----~------------~-------~--~----~ Vous avez reçu ce message, car vous êtes abonné au groupe "Railsfrance" de Google Groups. Pour transmettre des messages à ce groupe, envoyez un e-mail à l'adresse [email protected] Pour résilier votre abonnement envoyez un e-mail à l'adresse [email protected] -~----------~----~----~----~------~----~------~--~---
