Hi Tommy,
this is not an issue with JCo 3.0, but a class loading issue in your environmenr. Obviously, the lookup of QueueConnectionFactory from JNDI requires the class com.ibm.ffdc.Manager to be visible for the application. You need to ensure that a jar with this class is part of your environment and either in the system classpath or som other fitting location.
Best regards,
Markus