Can "tempUsage" be set to zero

2018-06-19 Thread ma258110
Hi In my application all messages are PERSISTENT. Can i set tempUsage limit=0 ? If not what is the default or minimum value i can provide against tempUsage? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Can "tempUsage" be set to zero

2018-06-19 Thread ma258110
Hi in my application all messages are PERSISTENT messages. In this case can i set tempUsage limit='0 KB' or what is the minimum value i should provide? Thanks in Advance -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ not able to handle message load

2015-11-19 Thread ma258110
I tried with Fail Over Transport but its the same error and out of 500 messages only 140 messages went to Queue. Below is the high level design of app. -- View this message in context: http://activemq.2283324.n4.nabble.com/

Re: ActiveMQ not able to handle message load

2015-11-19 Thread ma258110
my clients are not disconnecting frequently bcoz one client will connect only once and stay connected for 10 mins without any disconnection. Similarly all 1000s clients will connect only once and stay connected for 10mins. So there is no chance of clients diconnecting and reconnecting frequently.Ev

Re: ActiveMQ not able to handle message load

2015-11-17 Thread ma258110
Hi my project requirement is for 1000s of clients but it is failing even it is failing for 100 clients. I think the problem is not for number of clients but for the *frequency* of client connection. Here the clients are getting connected and sending messages with in fractions of milliseconds means

ActiveMQ not able to handle message load

2015-11-13 Thread ma258110
Hi I am using Apache ActiveMQ 5.12. In my project the requirement is 1000s of clients will connect and send messages all at a time. My server application is able to accept 1000s of connection and store in database but while dumping those to ActiveMQ its showing error. Only after 10 to 15 messages t

Re: ActiveMQ not able to handle message load

2015-11-13 Thread ma258110
Hi All, Can anybody answer?? Or is it a duplicate question? Sorry if it is a duplicate. If so please provide me the link where i can i see the answer to this? I searched a lot before putting this question. Please help -- View this message in context: http://activemq.2283324.n4.nabble.com/Act