Spring JMS + JTA DMLC and Message Groups -
my application requires messages particular group id processed same thread. tried set using dmlc, seeing messages being processed, being handled separate threads within dmlc when concurrency set > 1. hope have multiple consumers reading queue each different message groups, not seeing desired behavior setup. there way using dmlc or smlc (with jta) support multiple listeners on queue messages particular group id handled same thread, without setting concurrency 1? i'm nearing point believe smlc , dmlc not meet need , need use different implementation handle case. there examples or advice on doing this?
can post code exhibits behavior? ran test while answering this question , works fine me messages same group going same thread.
Comments
Post a Comment