more than 4 MB . The other thing is I have MDBs configured to read the message and want to improve performance on the MDB side ,(parsing and processing )
I have a java app that breaks up the messages and expects all the messages to go to a certain cluster Q(1 physical location) and the next set of messages to anot ...
If I have a very large message that the application breaks up into several smaller messages and sents in a MQ cluster, how do I ensure that all the small messages reach the same physical queue ignori ...