Re: Prefetch problem/misuderstanding.

2012-01-11 Thread John-MQ
Still having this same issue after testing a few more things I found on these forums... If anyone has any suggestions at all it would be greatly appreciated -- View this message in context: http://activemq.2283324.n4.nabble.com/Prefetch-problem-misuderstanding-tp4222551p4285065.html Sent from

Re: Prefetch problem/misuderstanding.

2011-12-21 Thread John-MQ
the connection.createSession("true" in the consumer should have been false, but the problem remains. -- View this message in context: http://activemq.2283324.n4.nabble.com/Prefetch-problem-misuderstanding-tp4222551p4222555.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Prefetch problem/misuderstanding.

2011-12-21 Thread John-MQ
extMessage.getText()); } catch (JMSException e) { e.printStackTrace(); } } }); } catch (JMSException e1) { e1.printStackTrace(); } -- View this message in context: http://activemq.2283324.n4.nabble.com/