You would need a host to manage the topics created, an example is JBOSS which helps you create Topics via xmls based configs. Once you start JBoss it starts the topic and you can then access via JNDI
I have tried to send a 8MB message with segment size of 2MB (4 segments). I am using base java classes of MQSeries. For testing purposes I am trying to read the 8MB file and internally chun ...