[jboss-user] [JBoss Messaging] - Replacement of JBoss Remoting

2007-12-28 Thread amalcaraz
Dear all, Is there a way to replace JBoss Remoting by other transport solution (Apache MINA, .) ? In our production environment, with no more than 116 clients, JBREM fails and, Messaging and AS, go to an unstable state in high-load cases. :-( I have seen in JIRA and Messaging/Remoting

[jboss-user] [JBoss Messaging] - Re: Messaging Timeout thread pool limits configuration

2007-11-28 Thread amalcaraz
Hi Tim, in our production environment I have deployed an unbounded version of MessagingTimeoutFactory. I think it is a future feature in order to limit resource consumption in small computers or for testing purposes (I use it for this). View the original post :

[jboss-user] [JBoss Messaging] - Messaging Timeout thread pool limits configuration

2007-11-26 Thread amalcaraz
Hi all, Do you know any way to configure 'Messaging Timeout' thread queue limits? (MaximumQueueSize, MaximumPoolSize) I`m trying to run a unittest but the AS throws a cascade of exceptions like this (the thread queue is full): 18:37:15,609 ERROR [Log4jService$ThrowableListenerLoggingAdapter]

[jboss-user] [JBoss Messaging] - Re: Messaging Timeout thread pool limits configuration

2007-11-26 Thread amalcaraz
Sorry, I have forgotten the unit test: public class StressDeadLock { | static final int MAX_MESSAGES = 4* 1000; | static final int MAX_ROLLBACK_MESSAGES = 5; | static final int DELAY_TIME = 6; | static final String HOST_NAME = nostromo; | static final String

[jboss-user] [JBoss Messaging] - Re: jboss messging in DMZ zone

2007-11-26 Thread amalcaraz
How have you configured your NAT and remoting-service.xml/remoting-bisocket-service.xml? Why don't you use JBM-1.4.0.SP1? It has a better support for NAT. Sorry for my English, too :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107772#4107772 Reply to the

[jboss-user] [JBoss Messaging] - Re: Messaging Timeout thread pool limits configuration

2007-11-26 Thread amalcaraz
I have created a new feature request: JBMESSAGING-1163. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107897#4107897 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107897 ___

[jboss-user] [JBoss Messaging] - Re: Messaging doesn`t startup becouse MaxSize has been excee

2007-11-06 Thread amalcaraz
Hi Tim, it`s done: JBMESSAGING-1139. Thanks for your replies, -Abel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4102173#4102173 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4102173

[jboss-user] [JBoss Messaging] - Re: Messaging doesn`t startup becouse MaxSize has been excee

2007-11-05 Thread amalcaraz
Hi Tim, You must have changed the fullSize parameter for your destination No, I haven't change the fullSize parameter. I have upgrade to SP1 and the nightmare persist: If I send fullSize + downCacheSize - 1 messages to a queue (*without consumers) then this queue will not be deployed at next

[jboss-user] [JBoss Messaging] - Messaging doesn`t startup becouse MaxSize has been exceeded

2007-10-23 Thread amalcaraz
Hi all, We have a serious problem with Pageable Channel support in JBoss Messaging 1.4.0.GA. If you send, without consumers, MaxSize+n messages to a queue and you stop the application server it never start again. When you try to start it, it throws this exception: