[jboss-user] [JBoss Messaging] - Re: having problems getting started with JMS in JBoss 5 Beta

2008-03-11 Thread czar_iv
ok, I am obviously new to JBoss and JBoss Messaging; I was trying the examples from JBoss Messaging 1.4.0 SP1. I'll download JBoss Messaging 1.4.1 beta 1 and try those examples. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135748#4135748 Reply to

[jboss-user] [JBoss Messaging] - Re: having problems getting started with JMS in JBoss 5 Beta

2008-03-11 Thread czar_iv
PeterJ, What version of JBoss messaging are you using? I am using 1.4.0.SP2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135736#4135736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135736 _

[jboss-user] [JBoss Messaging] - Re: having problems getting started with JMS in JBoss 5 Beta

2008-03-11 Thread czar_iv
I've been trying something similar on jboss 5 beta 4 and I am able to deploy the message-driven MBean. I am using EJB3.0 with annotations to avoid the XML files. My problem is that Mbean will not receive the actual JMS message. The Jboss throws ClassCastException. I am starting to think that

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging msg blocked

2008-03-04 Thread czar_iv
I am using JBoss AS 5.0 Beta 3 and JBM 1.4.0 SP1. I am getting a similar issue. I am trying to use the topic example to send and receive a message, but it seems that the send() blocks and will not return. I was using JBM 1.4.0 SP3, but ran into another incompatibility issue with JBoss 5.0. I