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.
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
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";>
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
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-
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