is IBM MQ Message Segmentation possible using JMS?

2019-05-10 03:41发布

问题:

Is it possible to implement message segmentation using JMS as it is in using Native IBM API as shown here. One posible solution I have read is message grouping for JMS. is anyone using this an alternative solution to Segmentation, using JMS?

回答1:

Yes, you can implement message segmentation using JMS as described here.



回答2:

No, that's not segmentation. That's grouping. It is similar, but it's also not using JMS. As far as I can tell, segmentation is not supported in IBM's implementation of JMS.