Hi Natron,

Would you mind attaching your client code? I tried testing it on the latest snapshot and also the 4.0-M4 version using the client examples (amq\example\) that goes with the distro and didn't have any issue.


Regards,
Jonas


----- Original Message ----- From: "natron" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, March 24, 2006 8:47 AM
Subject: Can't send more than 32067 Messages...



Hi,

I'm using ActiveMQ-4.0-M4 (I tried using the latest nightly build but I
can't get any clients to connect via the TCP transport).

I've run 2 sets of tests using TextMessages containing a 241 byte string and
a 23 byte string - both messages are similar in size to the kinds of
messages my system will need to send.

When I start sending 241 byte messages to a Topic at a rate of about 93/sec,
I am able to get only 19240 messages through before the server halts all
traffic.  I have to shutdown and restart the server before I can pass any
more data through.

When I do exactly the same thing with 23 byte messages, I am able to pass
32067 messages through.

I ran both of these tests 3 times each and every time I came up with exactly
the same numbers.  There are never any exceptions thrown on clients or the
server.  Everything just quietly halts.

Here is how I am creating my client sessions:
sess = tc.createTopicSession(false, TopicSession.AUTO_ACKNOWLEDGE);

Also, this is using the TCP transport:
   <transportConnectors>
      <transportConnector uri="tcp://localhost:61616"/>
   </transportConnectors>

I am not using any kind of persistence nor am I interested in persisting any
data.  I have "persistent="false"" in my activemq.xml file.

Can someone please help?

Thanks,
Natron
--
View this message in context: http://www.nabble.com/Can%27t-send-more-than-32067-Messages...-t1333914.html#a3563746 Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to