[JBoss-user] [Management, JMX/JBoss] - Re: how to register a MBean using a Queue

2006-02-07 Thread mawione
Did you find a solution to your problem? I'm having same problem. Thanks! Magnus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922176#3922176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922176 --

[JBoss-user] [Management, JMX/JBoss] - Failed to get JMS queue

2006-02-05 Thread mawione
Hi, I'm trying to get hold of JBoss JMS queue from my MBean. It works fine when I "hot-deploy" my MBean when JBoss is allready started, but fails when I start JBoss with my MBean deployed. I get following exception: Failed to get JMS Queue. Exception = javax.naming.NameNotFoundException: Conne

[JBoss-user] [Messaging, JMS & JBossMQ] - Failed to get JMS Queue

2006-02-05 Thread mawione
Hi, I'm trying to get hold of JBoss JMS queue from my MBean. It works fine when I "hot-deploy" my MBean when JBoss is allready started, but fails when I start JBoss with my MBean deployed. I get following exception: Failed to get JMS Queue. Exception = javax.naming.NameNotFoundException: Conne

[JBoss-user] [Management, JMX/JBoss] - Failed to found META-INF/jboss-service.xml

2006-01-23 Thread mawione
Hi, I developed my first MBean following this example: http://www.huihoo.com/jboss/online_manual/3.0/ch13s26.html I wrapped everything in a .sar file including the /meta-inf/jboss-service.xml. I'm running the latest JBoss appserver. I did put the .sar file in the hot deploy folder. I then got th

[JBoss-user] [Management, JMX/JBoss] - Develop MBean

2006-01-21 Thread mawione
I'm new to JMB and Jboss and have a few questions: 1. Does all MBeans run in same JVM? 2. May (is it recommended) I start new threads in my custom developed? 3. Can I from my custom developed MBean reach a queue/MDB which my application can reach? 4. Can I from my application put things on a Queu

[JBoss-user] [Remoting] - Re: tcp/ip socket communication

2005-12-22 Thread mawione
I forgott to say that is not a Java application on the other side and that we do not serialize objects. It's plain text messages (XML). Thanks! Magnus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913998#3913998 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JCA/JBoss] - tcp/ip socket communication

2005-12-22 Thread mawione
Hi, We need to connect to other systems using tcp/ip socket communication. It's a two way asynchrone communication with a trivial protocol. What is the best and most simple way to implement this? Using JCA / JMX or is there a simplier way? Thanks for your reply. /Magnus View the original

[JBoss-user] [Beginners Corner] - tcp/ip Socket connections

2005-12-22 Thread mawione
Hi, We need to connect to other systems using tcp/ip socket communication. It's a two way asynchrone communication with a trivial protocol. What is the best and most simple way to implement this? Using JCA / JMX or is there a simplier way? Thanks for your reply. /Magnus View the original po