Re: Publisher can't publish after a certain number of messages are sent

2008-05-02 Thread Rob Davies
On 2 May 2008, at 19:48, seven_ephors wrote: What is the typical message size when BLOB message should be used? -- View this message in context: http://www.nabble.com/Publisher-can%27t-publish-after-a-certain-number-of-messages-are-sent-tp16995039s2354p17025624.html Sent from the ActiveMQ -

Re: Publisher can't publish after a certain number of messages are sent

2008-05-02 Thread seven_ephors
What is the typical message size when BLOB message should be used? -- View this message in context: http://www.nabble.com/Publisher-can%27t-publish-after-a-certain-number-of-messages-are-sent-tp16995039s2354p17025624.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Publisher can't publish after a certain number of messages are sent

2008-05-02 Thread Bruce Snyder
On Fri, May 2, 2008 at 10:50 AM, seven_ephors <[EMAIL PROTECTED]> wrote: > > I will give it a try later, but it seems to me that it probably won't solve > the problem since the consumer fetches the message as soon as it is > published, and when I increase the message size, the number of message

Re: Publisher can't publish after a certain number of messages are sent

2008-05-02 Thread seven_ephors
I will give it a try later, but it seems to me that it probably won't solve the problem since the consumer fetches the message as soon as it is published, and when I increase the message size, the number of message that can be send decrease accordingly. For example, when the BytesMessage has the

Re: Publisher can't publish after a certain number of messages are sent

2008-05-01 Thread Bruce Snyder
On Thu, May 1, 2008 at 2:16 PM, seven_ephors <[EMAIL PROTECTED]> wrote: > > I am using the TopicPublisher.java code in the 5.0.0\example\src directory, > with slight modifications. It seem to work pretty well, but when I have > large number of messages, it always stop working after certain numb