[jboss-user] [JBoss Messaging] - Re: Messaging blocked by long time-out again

2009-04-02 Thread lanceliao1
We are using Jboss4.2.4 with JBM 1.4.2.GA-SP1 and jboss-remoting-2.2.2.SP11.jar. |invoker transport=bisocket |attribute name=marshaller isParam=trueorg.jboss.jms.wireformat.JMSWireFormat/attribute |attribute name=unmarshaller

[jboss-user] [JBoss Messaging] - Re: Messaging blocked by long time-out again

2009-04-01 Thread lanceliao1
I thought there is a issue about remoting callbacktimout setting.The param setting Socket's reading timeout. But this problem is about Socket's writing timeout.JBM may blocked in socket writing for 10 min in solairs. View the original post :

[jboss-user] [Remoting] - Re: Messaging blocked by long time-out

2009-03-31 Thread lanceliao1
Yes,This is a serious problem. The JBM are not reliable in stressful conditions,We have to consider choosing another mom production. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=457#457 Reply to the post :

[jboss-user] [JBoss Messaging] - Messaging blocked by long time-out again

2009-03-31 Thread lanceliao1
I faced the serious problem which messaging blocked by long time-out.It happens often in stressful conditions. The issue has been discussed in the following link. http://www.jboss.org/index.html?module=bbop=viewtopict=152037 http://www.jboss.org/index.html?module=bbop=viewtopicp=457#457

[jboss-user] [JBoss Messaging] - JBM Client behind NAT

2009-03-30 Thread lanceliao1
Hi I know JBM server can work correct behind NAT/Firewall by setting secondaryBindPort and secondaryConnectPort. How about client behind NAT connect JBM Server? I tried.It seem works but failed by connectionValidator? Any Suggestion,or JBM does not allow the usage? View the

[jboss-user] [JBoss Messaging] - Re: JBM Client behind NAT

2009-03-30 Thread lanceliao1
Thanks for reply.I'll ask remoting. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222180#4222180 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222180 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: Messaging blocked by long time-out

2009-03-23 Thread lanceliao1
Hi all I faced the same problem,Can Remoting provide a method to resolve the problem like AMQ. http://issues.apache.org/activemq/browse/AMQ-1993 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220151#4220151 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Nondurable subcriber received the msg after JBM reboot

2009-03-23 Thread lanceliao1
Thanks for reply. Any plan to delete the out-of-date msg automatic if no durable subscriber? The system will slow down when the records increasing in huge messages situation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220150#4220150 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Nondurable subcriber received the msg after JBM reboot

2009-03-21 Thread lanceliao1
Test again,It is my mistake. The new subscriber do not receive old pending msg after JBM reboot. But,the records in db does not deleted,my JBM_MSG_REF has more than 50,000 records. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220011#4220011 Reply to the

[jboss-user] [JBoss Messaging] - Re: Timeout for Disconnected JBM Client

2009-03-20 Thread lanceliao1
Hi all I faced the same problem,Can JBM or Remoting provide a method to resolve the problem like AMQ. http://issues.apache.org/activemq/browse/AMQ-1993 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4219749#4219749 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Messaging blocked by long time-out

2009-03-20 Thread lanceliao1
Hi all I faced the same problem,Can JBM or Remoting provide a method to resolve the problem like AMQ. http://issues.apache.org/activemq/browse/AMQ-1993 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4219752#4219752 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Timeout for Disconnected JBM Client

2009-03-20 Thread lanceliao1
lanceliao1 wrote : Hi all |I faced the same problem,Can JBM or Remoting provide a method to resolve the problem like AMQ. | http://issues.apache.org/activemq/browse/AMQ-1993 Sorry for post wrong place. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp

[jboss-user] [JBoss Messaging] - Nondurable subcriber received the msg after JBM reboot

2009-03-20 Thread lanceliao1
We are using Jboss4.2.2 JBM 1.4.2 sp1. publish persistent 50, msg | publisher.publish(objMsg, DeliveryMode.PERSISTENT, PRIORITY,0); | All msg subscriber are Nondurable subscriber. Due to some subscriber are very slow,jmx console show depth are increasing.And we fount the count of

[jboss-user] [JBoss Messaging] - Re: Jboss-4.2.3 takes lot of time to load

2009-03-11 Thread lanceliao1
I faced the same problem. Our db tables JBM_MSG and JBM_MSG_REF have millions records,And taked long time while rebooting. Any other solutions ? How to configure the jms message timeout(eg 1hours) TopicPublisher.publish(objMsg, DeliveryMode.PERSISTENT, PRIORITY,60*60*1000);

[jboss-user] [JBoss Messaging] - Re: Jboss-4.2.3 takes lot of time to load

2009-03-11 Thread lanceliao1
Thanks for reply. The JBossMQTimeToLiveNotWorkingProperl doc offer a method to solve message send by out-of-syc GMT. Is there any solution for jboss messaging. http://www.jboss.org/community/docs/DOC-10539 And you meant the message timout only occur when JBM redelivery message to consumers.Can

[jboss-user] [JBoss Messaging] - JBM 1.4.0sp3 cp04 bisocket parameters does not effect

2008-12-01 Thread lanceliao1
HI: JBM Group.The para in remoting-bisocket-service.xml | attribute name=validatorPingPeriod isParam=true1/attribute | attribute name=validatorPingTimeout isParam=true5000/attribute does not effect client-side.So we got lots of disconnection. The file of

[jboss-user] [JBoss Messaging] - Re: JBM deadlock cause by socket write

2008-12-01 Thread lanceliao1
The problem has been resolved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193644#4193644 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193644 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: JBM 1.4.0sp3 cp04 bisocket parameters does not effect

2008-12-01 Thread lanceliao1
I think there are some subtle mechanism. JMSRemotingConnection public void start() | Map config = new HashMap(); | | config.put(Client.ENABLE_LEASE, String.valueOf(clientPing)); | | if

[jboss-user] [JBoss Messaging] - Re: JBM deadlock cause by socket write

2008-11-24 Thread lanceliao1
Thanks a lot. I have read the Issue.I make sure my remoting-bisocket-service.xml have the line and the remoting version is 2.2.2sp7: | !-- The maximum time to wait before timing out on trying to write a message to socket for delivery -- | attribute name=callbackTimeout1/attribute

[jboss-user] [JBoss Messaging] - Re: JBM deadlock cause by socket write

2008-11-23 Thread lanceliao1
Thanks for reply. We are using Remoting 2.2.2sp7. I make sure using thre same version of remoting on both client and server.The remoting-bisocket-service.xml file: | invoker transport=bisocket | |!-- There should be no reason to change these parameters -

[jboss-user] [JBoss Messaging] - Re: JBM deadlock cause by socket write

2008-11-23 Thread lanceliao1
1 The MessageingPostOffice need a readwritelock to handle msg,such as route,binding,removeBinding. 2 Once find a route,get readwritelock,it is using MessagingQueue to handle the msg(Delivery handle(DeliveryObserver observer, MessageReference reference, Transaction tx)). 3 while handdling

[jboss-user] [JBoss Messaging] - Re: JBM deadlock cause by socket write

2008-11-23 Thread lanceliao1
Using auto_acknowledage mode create connection both on client and server side. The similar codes are blow: | TopicConnectionFactory topicFactory = (TopicConnectionFactory) ContextUtil.getContext() .lookup(ConnectionFactory); | topicConn =

[jboss-user] [JBoss Messaging] - Re: JBM deadlock cause by socket write

2008-11-23 Thread lanceliao1
The memory dump,I hope it will helpful. Why 287 serversessionEndpoint and 133 ServerConsumerEndpoint? We have about 10 client_end receive and send msg,each end have 19 topic. | 2124 152928 org.jboss.jms.message.JBossObjectMessage | 2277 54648 org.jboss.jms.destination.JBossTopic | 287

[jboss-user] [JBoss Messaging] - Re: JBM deadlock cause by socket write

2008-11-23 Thread lanceliao1
Socket info Solaris: netstat -an Local AddressRemote AddressSwind Send-Q Rwind Recv-QState - -- - -- --- 192.166.32.8.4557192.166.32.155.52066 64679 0 49640 0 ESTABLISHED 192.166.32.8.4557

[jboss-user] [JBoss Messaging] - JBM deadlock cause by socket write

2008-11-21 Thread lanceliao1
Hi JBMGroup. We got a trouble about JBM.Using Jboss 4.22, JBM 1.4 sp3 cp04.After Long time run and load increase,the JBM Server lose any response. part thread dump: | WorkerThread#160[192.166.32.8:33764] prio=3 tid=0x01664d88 nid=0x4d00 waiting for monitor entry [0x4927f000..0x4927fc70] |