[jboss-user] [JBoss Messaging Users] - Re: Got marshalling exception, exiting java.io.IOException:

2009-12-10 Thread gaohoward
I don't think there is ready way to scan messages. probably you can try AOP to 
intercept at JBM server.

But for this case, i think first you need to make sure if those connections are 
good (each subscribers are receiving messages even if the message is pilling 
up). You can also register a connection exception listener to monitor it.

If all connections are good, i think it should be something wrong with the 
message delivery and need to be looked into seriously.

Thanks,

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269931
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: Got marshalling exception, exiting java.io.IOException:

2009-12-09 Thread GoldenHawk
gaohoward wrote : The connections used to deliver messages are those from 
which you create your consumers. 
  | 
  | I'm not sure what you mean by 'scan data'?
  | 
  | Howard
By 'scan data' I meant peaking into the messages going to  from the topic

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269924
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: Got marshalling exception, exiting java.io.IOException:

2009-12-06 Thread GoldenHawk
gaohoward wrote : If message counter still go up, that means your sending 
connection is ok. The broken connection is the one that used to deliver 
messages to consumers.
What's the best way to identify this message delivery connection? Is there a 
way to scan data going through this connection.
I'm fairly new to JBOSS, but I am eager to dig-in :)

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269182
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: Got marshalling exception, exiting java.io.IOException:

2009-12-06 Thread gaohoward
The connections used to deliver messages are those from which you create your 
consumers. 

I'm not sure what you mean by 'scan data'?

Howard


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269225
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: Got marshalling exception, exiting java.io.IOException:

2009-12-02 Thread gaohoward
Your network connection may be broken.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268665
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: Got marshalling exception, exiting java.io.IOException:

2009-12-02 Thread pa2_pupoch
thanks for your reply, but why after this error... message counter starts 
having values and piling-up?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268673
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: Got marshalling exception, exiting java.io.IOException:

2009-12-02 Thread gaohoward
If message counter still go up, that means your sending connection is ok. The 
broken connection is the one that used to deliver messages to consumers.


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268676
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: Got marshalling exception, exiting java.io.IOException:

2009-12-02 Thread pa2_pupoch
oh ok thanks again, to give you an overview of our system setup:
- single server (non-clustered)
- 60 nondurable subscription to a topic
- 5 messages per second is published to this topic
- consumers and publishers are both different machines

for sometime after starting the server all is fine, but after a while and after 
this error is logged, nondurable messages starts piling-up, do you think this 
is still attributed to a broken connection?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268679
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user