Alternative to Message.Flag.INTERNAL #882
Replies: 3 comments 2 replies
-
You should not have used
It depends on what you want to achieve. If you don't care about ordering and want your own thread to deliver a message or message batch, use |
Beta Was this translation helpful? Give feedback.
-
I don't understand what you mean. Why were you using internal messages in the first place? |
Beta Was this translation helpful? Give feedback.
-
Again, why do you need to know which messages are internal? Internal messages are supposed to be opaque and should not be dealt with at the aplication level |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am upgrading jgroups version from 3.x to 5.x for an application and it has a check like this,
I found that org.jgroups.Message class is now an interface and INTERNAL flag has been removed from it. I couldn't find any comment there on what should be used as an alternative to it. Can someone suggest on how can we achieve same behavior with latest jgroups release?
Regards,
///
Beta Was this translation helpful? Give feedback.
All reactions