Re: Internet Explorer 'Stack Overflow at Line 0' (ActiveMQ Javascript)

2008-08-20 Thread ipsi
I'm basically stuck for ideas right now. Thanks, - Andrew ipsi wrote: > > I'm getting some strange behavior when testing in IE code that worked fine > on Firefox. Version of IE is 6.0. > > I'm using Geronimo 2.1.1, and whatever version of ActiveMQ comes with it, &

Internet Explorer 'Stack Overflow at Line 0'

2008-08-17 Thread ipsi
I'm getting some strange behavior when testing in IE code that worked fine on Firefox. Version of IE is 6.0. I'm using Geronimo 2.1.1, and whatever version of ActiveMQ comes with it, though my own code references ActiveMQ 5.0.0 JARs. Anyway, it all seems to work fine in Firefox 2.0, but when I lo

Re: Creating temporary connections from Javascript?

2008-05-22 Thread ipsi
Ok, here's my problem: AJAX can create and receive messages from dynamic Queues, but as far as I can tell, the Java code can't receive messages from it. It can send them, however! What's up with this? Am I not connecting to the AMQ Connection Factory? As far as I can tell, I am though. I'm not g

Re: Creating temporary connections from Javascript?

2008-05-22 Thread ipsi
Ok, I guess I should have read the AMQ documentation that says it can create Queues on the fly. I didn't think about that because the J2EE docs explicity say that that doesn't work. Just to double check though, creating a regular queue with session.createQueue will work just fine, right? I'm abou

Creating temporary connections from Javascript?

2008-05-22 Thread ipsi
I'm trying to do something that I would have thought would be quite simple: Use JMS to provide communication back and forth between a AJAX-enabled webpage and a server. However, that's being harder than I would have liked because I can't (as far as I can tell) create a temporary Queue via AJAX, a