| Author |
ActiveMQ Topic configuration
|
Ramdas Sawant
Ranch Hand
Joined: Aug 08, 2005
Posts: 51
|
|
Hi, I am newbi to Apache ActiveMQ. Can I configure/create a Topic to receive a specified max number of JMS messages ? Lets say it should only have 100 messages at a time. If it receives more than 100, I should get a notification. Probably I will get JMSException. If this is true, can I know if this JMSException is due to maximum Topic capacity reached ? Thanks in advance
|
If you think you can, you can. If you think you can't, you are right.
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
Refer this link http://activemq.apache.org/what-is-the-prefetch-limit-for.html
|
Jigar Naik
|
 |
 |
|
|
subject: ActiveMQ Topic configuration
|
|
|