java - Can I somehow overwrite JMS provider behavior in messaging? -


i know might sounds ridiculous experts, however, it's been in head quite while , still no concrete answer found.

in publish/subscribe messaging jms topics: jms publisher sends msg jms provider, , jms provider sends msg jms subscribers , receives acknowledgement.

is possible can somehow modify jms provider, jms producer sends out every other message receives jms publisher?

totally newbie in field, suggestion welcomed.

if want subscriber able configure receive messages in batches, each subscriber can have different batch size, jms not provide functionality. not typical pubsub type scenario.

if want accomplish this, suggest add custom buffering on subscriber side queue incoming messages , batch notify when queue full. configured on per subscriber basis.

the messaging system know provides similar functionality pubsub in xmpp, batches determined timed interval instead of number.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -