Re: ActiveMQ exception error

2008-10-01 Thread maned.ali
Cool, thanks! That solved my problem (at least half of the problems). I will post a complete solution once the other half of the problem (namely, Flex receives JMS message from Java side) works fine. Thank you for the helpful tips. bsnyder wrote: > > On Fri, Sep 26, 2008 at 1:40 PM, maned.

Re: ActiveMQ exception error

2008-09-26 Thread Bruce Snyder
On Fri, Sep 26, 2008 at 1:40 PM, maned.ali <[EMAIL PROTECTED]> wrote: > > I have "activemq-core-4.1.1" obtained from maven, and I see the package > includes openwire classes... but somehow not being loaded...? > > I didn't used multicast, and this is my activemq.xml file > > > > xmlns="ht

Re: ActiveMQ exception error

2008-09-26 Thread maned.ali
I have "activemq-core-4.1.1" obtained from maven, and I see the package includes openwire classes... but somehow not being loaded...? I didn't used multicast, and this is my activemq.xml file http://activemq.org/config/1.0";>

Re: ActiveMQ exception error

2008-09-26 Thread Bruce Snyder
On Fri, Sep 26, 2008 at 12:44 PM, maned.ali <[EMAIL PROTECTED]> wrote: > > Thank you, Bruce for the reply. I don't see out of memory error in the log. > > I googed around and find one solution to the problem is to append > '?wireFormat=openwire&transport.useAsyncSend=false" after URL, but this > t

Re: ActiveMQ exception error

2008-09-26 Thread maned.ali
Thank you, Bruce for the reply. I don't see out of memory error in the log. I googed around and find one solution to the problem is to append '?wireFormat=openwire&transport.useAsyncSend=false" after URL, but this time, I got the following error: Could not find factory class for resource: META-

Re: ActiveMQ exception error

2008-09-26 Thread Bruce Snyder
On Fri, Sep 26, 2008 at 9:56 AM, maned.ali <[EMAIL PROTECTED]> wrote: > > Can someone please help me on the exception error posted below? > > I finally got a stack semi-working where I have a Flex/BlazeDS as JMS > client, which talks to a ActiveMQ JMS provider in the backend (the provider > is embe