[jboss-user] [Messaging, JMS JBossMQ] - spcace in directory name of the jboss

2007-08-10 Thread milind.uc
suppose if I put the space in the jboss directory name like jboss-4.0.0 to jboss-4.0.0 s then it will not run and gives the error like | === | . | JBoss Bootstrap Environment | . | JBOSS_HOME:

[jboss-user] [Performance Tuning] - No Managed Connections Available

2007-07-04 Thread milind.uc
I am getting the error No Managed Connections Available while using the application. I made the database connectivity using datasource .I am using the mysql as a datbase . There is no any particular time of this error occurence. It will come after using it more than 7 -8 ourse or might be

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-06-18 Thread milind.uc
Anyone know how to acesses the datasource connection remotely I am getting the problem with getBinaryStream I kept the use-java-contextfalse/use-java-context in my datasource file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055171#4055171 Reply to

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-06-18 Thread milind.uc
Hi Jhowell, Fell pleasure to see your reply thanks for your reply.Actually my application is a desktop application .Ad when I made the mysql connection using datasource nad if I keep use-java-contexttrue/use-java-context then I got the error that the not able to lookup my jndi name. My

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-04-04 Thread milind.uc
I am using MDB which able tolisen on only one particular wqueue how will make my single mdb to listen on more than on e queue I am trying it by using the tag of destination-jndi-namequeue/D/destination-jndi-name but iis not working it is working fine with onlye one mdb. If anyone

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-04-02 Thread milind.uc
I would like to thanks the way you reply me its pleasurable Well still I am working on the same track as I said previouslly that I am getting the problem with the geMessagecounter() metod that will get soloved as I used inside the session stateless bean.. Well but still I alwayes get

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-27 Thread milind.uc
yes ,, hay thanks for ur reply as I get confident from your reply because before reading your reply I did the things which you mentioned but the thing is that only the getQueueDepth is working which is nothing but the tolal number fo the messages in the queue..Other attributes like the

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-27 Thread milind.uc
milind.uc wrote : yes ,, hay thanks for ur reply as I get confidence from your reply because before reading your reply I did the things which you mentioned but the thing is that only the getQueueDepth is working which is nothing but the tolal number fo the messages in the queue..Other

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-27 Thread milind.uc
Well I jsut came here now I am going to try it with the ejbs lets see ,,, I tried to serialize the object also but it didnt work . And yes do you have idea that how to find the scheduled and pending message count for the particular queue. As I said that as per our meanserver methods I am

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-27 Thread milind.uc
milind.uc wrote : milind.uc wrote : Well I jsut came here now I am going to try it with the ejbs lets see ,,, I tried to serialize the object also but it didnt work . And yes do you have idea that how to find the scheduled and pending message count for the particular queue. As I said

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-26 Thread milind.uc
Dear Victor, Feel happy as ur problem get solved... Well I tried the code sample which you have been written for me but I am getting problem in it. | | String domain = jboss.mq.destination; | String service = service=Queue; | String name = name=testQueue; |

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-26 Thread milind.uc
yes ,, I think I am doing the mistake while using it actually I am using it fom simple pojo class. | public class Sender_Count | { | | | | | | public static QueueConnectionFactoryfactory = null; | public static QueueConnection

[jboss-user] [Messaging, JMS JBossMQ] - import org.jboss.mq.server.jmx.Queue

2007-03-22 Thread milind.uc
I want to monitor the queue I have the application server of Jboss 4.0.0 + versions and I want to show the status of queue that is how many transactions are pending , how many scheduled, how many recived by reciver . I know it is possible by the JMX getDepth() but I am not abl to used it as