You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Sumit Jain (JIRA)" <ji...@apache.org> on 2008/06/26 12:27:00 UTC

[jira] Created: (AMQ-1826) Broker performance

Broker performance
------------------

                 Key: AMQ-1826
                 URL: https://issues.apache.org/activemq/browse/AMQ-1826
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 4.1.1
         Environment: debian linux
2GB RAM
            Reporter: Sumit Jain
             Fix For: 4.1.1


Hi,

   I am using apache activemq 4.1.1 server

My server gets hanged when it receives around 10000 messages. It does not throw any exception and processing of server slows down to a great extent. And after a point, server does not respond to any of request. Does it mean that the server has hanged?

I am facing this problem on a regular basis, so is there a fix for this problem? 

Thanks & Regards,
Sumit Jain

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Created: (AMQ-1826) Broker performance

Posted by EricMeena <ma...@yahoo.fr>.
Depending on your broker configuration: If you are using xml configuration,
try to increase the memory usage, this can be caused by the broker slowing
down the producers due to insufficient active memory.

Check the following, in your broker configuration:

..............
		<systemUsage>
			<systemUsage>
				<memoryUsage>
					<memoryUsage limit="100 mb" />
				</memoryUsage>

.........................

Also for destinations policy:

try the following: Increase the memory too:

		<destinationPolicy>
			<policyMap>
				<policyEntries>
					<policyEntry queue=">" memoryLimit="200mb"
						maxProducersToAudit="70" />

These are just examples, check your broker configuration and see the memory
settings.


Meena



JIRA jira@apache.org wrote:
> 
> Broker performance
> ------------------
> 
>                  Key: AMQ-1826
>                  URL: https://issues.apache.org/activemq/browse/AMQ-1826
>              Project: ActiveMQ
>           Issue Type: Bug
>           Components: Broker
>     Affects Versions: 4.1.1
>          Environment: debian linux
> 2GB RAM
>             Reporter: Sumit Jain
>              Fix For: 4.1.1
> 
> 
> Hi,
> 
>    I am using apache activemq 4.1.1 server
> 
> My server gets hanged when it receives around 10000 messages. It does not
> throw any exception and processing of server slows down to a great extent.
> And after a point, server does not respond to any of request. Does it mean
> that the server has hanged?
> 
> I am facing this problem on a regular basis, so is there a fix for this
> problem? 
> 
> Thanks & Regards,
> Sumit Jain
> 
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-jira--Created%3A-%28AMQ-1826%29-Broker-performance-tp18130795p18224906.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


[jira] Updated: (AMQ-1826) Broker performance

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies updated AMQ-1826:
----------------------------

    Fix Version/s:     (was: 4.1.1)
                   5.4.0

> Broker performance
> ------------------
>
>                 Key: AMQ-1826
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1826
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.1.1
>         Environment: debian linux
> 2GB RAM
>            Reporter: Sumit Jain
>             Fix For: 5.4.0
>
>
> Hi,
>    I am using apache activemq 4.1.1 server
> My server gets hanged when it receives around 10000 messages. It does not throw any exception and processing of server slows down to a great extent. And after a point, server does not respond to any of request. Does it mean that the server has hanged?
> I am facing this problem on a regular basis, so is there a fix for this problem? 
> Thanks & Regards,
> Sumit Jain

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-1826) Broker performance

Posted by "Mitch Buckanan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44587#action_44587 ] 

Mitch Buckanan commented on AMQ-1826:
-------------------------------------

I have the same problem. Any solution?

> Broker performance
> ------------------
>
>                 Key: AMQ-1826
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1826
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.1.1
>         Environment: debian linux
> 2GB RAM
>            Reporter: Sumit Jain
>             Fix For: 4.1.1
>
>
> Hi,
>    I am using apache activemq 4.1.1 server
> My server gets hanged when it receives around 10000 messages. It does not throw any exception and processing of server slows down to a great extent. And after a point, server does not respond to any of request. Does it mean that the server has hanged?
> I am facing this problem on a regular basis, so is there a fix for this problem? 
> Thanks & Regards,
> Sumit Jain

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.