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
--
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
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
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
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
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
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
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