[JBoss-dev] [EJB on JBoss] - Re: Listen to topic in remote jboss server

2004-09-04 Thread StephaneNicoll
Yup, read the FAQ on the Wiki. Adrian explained that a couple of times already. Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847250#3847250 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847250

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Update persistence manager config according to new SQL

2004-06-14 Thread StephaneNicoll
Hello, The following CVS commit adds a new SQL command on the JBossMQ tables: http://cvs.sourceforge.net/viewcvs.py/jboss/jbossmq/src/main/org/jboss/mq/pm/jdbc2/PersistenceManager.java?r1=1.6.2.15r2=1.6.2.16 As far as I can see examples are not updated in 3.2.4 so default (hardocded) value is

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: TODO: JMX Message Listing

2004-05-23 Thread StephaneNicoll
[EMAIL PROTECTED] wrote : It is intended to be used via JMX not JMS. | | It should not show MessageReference[], it should show a List of SpyMessages | see the current implementation of listMessages. | | MessageReference is a serverside class. | | Using a List makes it easy for

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Message Removal

2004-05-23 Thread StephaneNicoll
Adrian, We use only this functionnality on queue. Basically we have a JmsUtilService Mbean which does some operations on queue. Namely we have a method removeMessages(Queue queue, String selector, int limit) that removes max limit messages matching the specified selector on specified queue.

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Message Removal

2004-05-23 Thread StephaneNicoll
Ah ok. Well actually, we remove messages by simply consuming them (QueueReceiver). So the unacknowledged stuff makes no sense in this case. Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835973#3835973 Reply to the post :