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
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
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
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
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
---
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
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
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
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
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
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
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
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
-
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
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
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
-
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
--
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
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
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
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
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
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
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
--
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
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
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
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
28 matches
Mail list logo