[JBoss-user] [Messaging, JMS & JBossMQ] - Dynamically add persistent JMS destinations in clustered env

2006-03-30 Thread umeshs79
Hi, I have setup the clustered JMS on 2 nodes. I need to add persitent queues dynamically in jbossmq-destinations-service.xml without restarting the JBoss instance. I.E. as soon as I add the queue in jbossmq-destinations-service.xml the jboss should detect it automaticlly without restart(HOT D

[JBoss-user] [Clustering/JBoss] - HOWTO:Dynamically create persistent JMS destinations

2006-03-30 Thread umeshs79
HOWTO:Dynamically create persistent JMS destinations in clustered Env Hi, I have setup the clustered JMS on 2 nodes. I need to add persitent queues dynamically in jbossmq-destinations-service.xml without restarting the JBoss instance. I.E. as soon as I add the queue in jbossmq-destinations-ser

[JBoss-user] [Clustering/JBoss] - HOWTO:Dynamically create persistent JMS destinations in clus

2006-03-30 Thread umeshs79
Hi, Is this way queue will be persitent..? and will the queue be added on secondary JMS server(i.e. which is not Master node) I need to do the same and I need the queue to be persistent and should be added on both node. Regards, Umesh View the original post : http://www.jboss.com/index.html

[JBoss-user] [Clustering/JBoss] - weired behaviour: lot many nodes added in cluster...

2006-02-22 Thread umeshs79
Hi, I created a my own custom jboss configuration from all configuration in JBoss 4.0.3SP1. When I start my all 3 nodes in cluster the other node did not detect the cluster and one node is getting replicated 100a of times and creating 100s of node in cluster I changed the partition name, multi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: DestinationManager is not registered (clustering/HAJMS)

2006-01-10 Thread umeshs79
Hi, I am facing same problem, did you able to solve this issue. -Umesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916811#3916811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916811 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-10-14 Thread umeshs79
Thanks Kiran, I able to setup the cluster JMS for fail over. Now I have question regarding the load balanacing, which you also had earlier :) How this load balancing is working..? What basically the cdot.jboss.JBossMQProvider class does..? There is a comment "You should use hajndi-jms-ds.xml

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-10-13 Thread umeshs79
Hi Kiran, Thanks for replying. I have few questions regarding using JMS clustering. How to access a Queue ConnectionFactory using HA JNDI? in jndi.properties we specify the ip:port of HA-JNDI, So if we add a node in cluster how we will specify the IP of that if that become the Master node..? Sor

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Clustering: Point-to-Point messaging example?

2005-10-11 Thread umeshs79
Hi, Does anyone know how to send a message to queue in Clustered JMS queue? Please tell me if anyone have any example. I think there should be minor changes to change the hajms-examples.sar.zip example to make it to send a message to queue rather to a Topic. Thanks & Regards, Umesh View the or

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with HAJMS

2005-10-10 Thread umeshs79
Goto to JMX Console and find the HAJMSClient MBean, click on that and you will see all methods of HAJMSClient Mbean from there you can call cconnectPublisher method. here is the url for HaJMSClient Mbean. http://:/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.mq.examples%3Aservice%3DHA

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with HAJMS

2005-10-10 Thread umeshs79
Thanks Tyler, This worked for me. -Umesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900282#3900282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900282 --- Th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem deploying hajms-examples.sar for jms clustering

2005-10-10 Thread umeshs79
Hi Ravi, I am also trying to do the same but I am in between. Few things you might try: 1. Have you tried doing this in server/all/deploy-hasingleton/ folder as mentioned on wiki. 2. Not sure but try doing XaTxCM to DataSourceBinding, I read somewhere. Please let me know if you are able to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-10-07 Thread umeshs79
Hi Kiran, I also want to setup clustered JMS server. Can you please tell me what are the steps I need to do to setup the cluster JMS queue on JBoss. I am using JBoss 4.0.2. I will go through the wiki I added you in my AIM buddy list. my AIM is UmeshCybage. Thanks & Regards, Umesh View the o

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to set classpath to take classes ,which are not in a

2005-09-05 Thread umeshs79
Specify this way if your lib folder is some external location you can specifiy as below -Umesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3892991#3892991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3892991 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: performance problem with JBoss running as Windows Servic

2005-09-04 Thread umeshs79
Increase the memory using -Xmx256M with JBossService.exe and see if it is still slow. Rgards, Umesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3892987#3892987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3892987

[JBoss-user] [Installation, Configuration & Deployment] - Hot Deployment in production Environment?

2005-08-31 Thread umeshs79
Hi, Is anyone using Hot deployment in production environment? Is it reliable to use in production environment? I am planning to use it. But I seen on some sites/forum that it is not so robust, so not recommented for production envrionment.. Please let me know if anyone using hot deployment in

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.2RC1 APP-INF/lib supported?

2005-07-29 Thread umeshs79
See topic: http://www.jboss.org/?module=bb&op=viewtopic&t=65541 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887276#3887276 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887276 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: referencing jar-file for WAR-file in EAR-file problem

2005-07-29 Thread umeshs79
See topic http://www.jboss.org/?module=bb&op=viewtopic&t=65541 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887275#3887275 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887275 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: Classloading: Using isolation and accessing global libra

2005-07-21 Thread umeshs79
Hi karink, I am facing the same issue. I want to configure log4j for my ear file, which contains 1 ejb jar file and one war file. I am able to configure for war file but not for EJB. the EJB always uses the JBoss logger. Can you please help me and if possible send your sample containing ejb and

[JBoss-user] [Installation, Configuration & Deployment] - java2ParentDelegation and class loading isolation for EJB

2005-07-21 Thread umeshs79
Hi What is the functionality of java2ParentDelegation in below jboss-app.xml. | | | | coa.akuratus.com:loader=coA.ear | | java2ParentDelegation=false | | | | | I need class loading isolation for log4j in my ear file which contains 1 war

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to get a pooled JMS connection from Remote JBoss Con

2005-07-20 Thread umeshs79
Thanks for quick response. Can we access the remote JMS connection using java:/JmsXA.? I read somewhere that this is for in VM. please reply if we can use that I will use it. Thanks & Regards, Umesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885739#3885

[JBoss-user] [Installation, Configuration & Deployment] - Unable to deploy ejb in ear file with classloading isolation

2005-07-20 Thread umeshs79
Hi, I want to deploy my war and ejb jar in a ear file with class loading isolation. It works fine if I do not specify class loading isolation in my jboss-app.xml. But If I specify classloading isolation it throws below exception. And I have onMessage method in my mdb. anonymous wrote : | 20

[JBoss-user] [Messaging, JMS & JBossMQ] - How to get a pooled JMS connection from Remote JBoss Connect

2005-07-18 Thread umeshs79
Hi, I want to use the JBoss JMS connection pool to send a message to message queue. So can anyone please help me to : How to get a pooled JMS connection from JBoss ConnectionFactory to send a message. I think, I do not need to lookup connection from InitialContext and call createConnection

[JBoss-user] [Beginners Corner] - Re: How to add a directory in CLASSPATH of JBoss test server

2005-05-26 Thread umeshs79
Hi, You got the answer..? I also need todo same. Please tell me me if you have any idea how to do that. Thanks umesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879136#3879136 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Installation & Configuration] - Re: Help ME: Web application depend on mt mbeans to be loade

2005-05-24 Thread umeshs79
Thanks Javier, I will try to create a EAR file and see if this solves my problem. Regards, Umesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879002#3879002 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879002 --

[JBoss-user] [Installation & Configuration] - Help ME: Web application depend on mt mbeans to be loaded

2005-05-22 Thread umeshs79
Hi, My Application folder structure is something like as below: myapplication.sar --- myapplication.jar --- META-INF -- jboss-service.xml --- myapplication.war -- classes -- WEB-INF My web application uses the MBeans(which are in myapplication.sar) when it get started. Means my a

[JBoss-user] [Management, JMX/JBoss] - web application need to load/start after my MBeans loaded

2005-05-22 Thread umeshs79
Hi, My Application folder structure is something like as below: myapplication.sar --- myapplication.jar --- META-INF -- jboss-service.xml --- myapplication.war -- classes -- WEB-INF My web application uses the MBeans(which are in myapplication.sar) when it get started. Means my a

[JBoss-user] [Management, JMX/JBoss] - Re: How to bind an MBean to JNDI, then access from within ap

2005-05-20 Thread umeshs79
Hi All, I also need to do the same is this the right approach or you had find the better approach. Please reply. Thanks Umesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878538#3878538 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Management, JMX/JBoss] - How to register an MBean in JNDI Context..?

2005-05-20 Thread umeshs79
Hi, I am new in JBoss/JMX development. I have created a simple MBean and it works fine for me. Now my requirement is that I need to register this MBean in JBoss JNDI Context and need to access it from JNDI Context. So please help me how and where I register my MBean in JNDI context..? Is there