[jboss-user] [JBoss Messaging Users] - Re: How can I find out the in-process message count for Queu

2009-11-16 Thread rbenko
Thanks for your replies, gaohoward - nice to know that someone is out there 
with at least a passing interest in this question!!   :-)

I've tried the getDeliveringCount(), but it doesn't seem like it is exactly the 
same - I need to perform a few more tests to verify.  I believe what you said 
about getDeliveringCount() is correct;  however, I believe that the ACK sent by 
the MDB is when it STARTS processing the message.   I need to know if, after 
the queue is empty, whether any MDBs are still processing messages received 
from the queue.  The getInProcessMessageCount() in JBossMQ returned exactly 
that.  Now, it's hard to believe that they would strip out that piece of 
information from JBM, but I can't seem to figure out how to retrieve that exact 
information.  



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265897#4265897

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265897
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - Re: How can I find in-process message count for JBM Queues?

2009-11-15 Thread rbenko
getMessageCount() is not the same thing - it counts the number of messages 
currently in the queue.  I need the number of messages currently being 
processed - i.e. the message has been delivered to the consumer, but it hasn't 
been fully 'consumed' yet.

I need it to verify that the MDB's onMessage() method has fully consumed and 
committed ALL messages in the queue.  In JBossMQ, the 
getInProcessMessageCount() did that - I haven't found a getter in JBM that does 
the same thing.  I thought getDeliveringCount() would be it, but it doesn't 
seem like it (not really sure what it is).

Anybody?  Bueller??

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265775#4265775

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265775
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - How can I find out the in-process message count for Queues i

2009-11-14 Thread rbenko
In JBossMQ, QueueMBean had a getInProcessMessageCount().  However, I haven't 
found an equivalent to it in JBoss Messaging.  Can anyone help?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265678#4265678

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265678
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging Users] - getDeliveringCount() analogous to getInProcessMessageCount()

2009-10-06 Thread rbenko
Hi:

Sorry, newbie question.  Trying to upgrade an app from JBossMQ to JBoss 
Messaging.  I can't seem to find an answer to this.  In JBossMQ, QueueMBean had 
a method to get the 'in-process' message count - trying to figure out what the 
equivalent is in JBoss Messaging.  Javadoc does not have any description for 
QueueMBean.getDeliveringCount().  Thanks for any help.

And if anybody can point me to a migration document, that would be great. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259008#4259008

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259008
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Exposing EJB3.0 SLSB to an EJB2.1 Client

2006-11-16 Thread rbenko
Another question - I'm assuming that the EJB2.1 clients will NOT need the 
jboss-ejb3-client.jar (that would kind of defeat the purpose).  

When I deploy the annotated bean and try to look it up, I keep getting the 
following exception:

java.lang.ClassNotFoundException: org.jboss.ejb3.stateless.StatelessRemoteProxy 
(no security manager: RMI class loader disabled)


Obviously my client would not have this class, not being EJB3 enabled.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986639#3986639

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986639
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Exposing EJB3.0 SLSB to an EJB2.1 Client

2006-11-16 Thread rbenko
Hello:

I realize this is theoretically possible - however, I am having trouble putting 
it into practice.  The included tutorial 
http://docs.jboss.org/ejb3/app-server/tutorial/ejb21_client_adaptors/ejb21_client_adaptors.html
 is painfully thin on detail.  Has anyone succeeded in deploying one?

Some questions:

1) Does the remote home (declared via the @RemoteHome annotation) class need to 
be a concrete class, or just an interface?
2)  Does the container class that implements the remote interface have to 
provide the implementation of the javax.ejb.EJBObject?
3) does anyone have a concrete example, with all necessary interfaces/classes?

Thanks for any help.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986637#3986637

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986637
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user