in reply to Using Perl vs Java with MQSeries
There's a project where I work using MQSeries from Java. It is dog slow -- not because of MQSeries, but because of the design of the messages and the XML parsing involved in the Java code. The moral of this story is that it makes no difference which one you use as long as you pick a tool that you understand and can design well for.