[JBoss-user] [EJB/JBoss] - Re: JBoss MDB to Webshpere MQSeries

2005-11-03 Thread jboss_mq
Thank you Adrian. I will post to the WSMQ forum.

My concern is this is not a WSMQ issue. There could be some settings inside the 
JBoss container that removes an idle MDB after a certain period. Are you sure 
this is not the case? Thanks for your help.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3905189#3905189

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905189


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - JBoss MDB listening on WSMQ queue

2005-11-03 Thread jboss_mq
We have a JBoss MDB listening on MQSeries queue. Everything is fine until after 
the MDB does not receive any message for about two hours. At that time, the MDB 
simply stops working. It has to be redeployed. 

We are using JBoss 4.0.2.

It does not seem like an MQ issue. Is there a JBoss container setting that 
removes idle MDB after certain period? Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3905191#3905191

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905191


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 MDB bind to remote MQSeries

2005-11-03 Thread jboss_mq
Adrian and Luc,

I have posted my issue elsewhere but it seems this thread is a good place.

Using this approach, we got the MDB working but however the MDB stops working 
after around two hours of idle time.

I wrote a java program using WSMQ base class that listens on a WSMQ queue with 
unlimited wait. It still works even after 10 hours of idle time.

I am wondering if there is an EJB setting inside the JBoss container that is 
disconnecting the MDB after certain idle period?

Can you see if you can duplicate this problem? Or you may be able to point me 
to a solution. Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3905204#3905204

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905204


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: JBoss MDB to Webshpere MQSeries

2005-11-03 Thread jboss_mq
We are using MQ 5.3 on solaris. I wrote a java program that keeps receiving 
with wait on a queue and it works fine even after 10 hours of idle time.

Using MDB inside JBoss, does it ultimately makes client connection to MQ and do 
a receive with unlimited wait time?

Thanks for your help.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3905195#3905195

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905195


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss MDB listening on WSMQ queue

2005-11-03 Thread jboss_mq
I am sorry but you asked me to post to the WSMQ forum. This is the most 
relevant one here under JBoss forum.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3905234#3905234

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905234


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: JBoss MDB to Webshpere MQSeries

2005-11-03 Thread jboss_mq
I appreciate all your time. I just need to make sure there is no setting inside 
JBoss that I am not aware of. I can focus on debugging the non-JBoss portion of 
the code myself. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3905242#3905242

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905242


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - JBoss MDB to Webshpere MQSeries

2005-11-02 Thread jboss_mq
We have an MDB listening on MQSeries queue. Everything is fine until after the 
MDB does not receive any message for about two hours. At that time, the MDB 
simply stops working. It has to be redeployed.

Is there a JBoss setting to prevent this? Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3904988#3904988

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3904988


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user