You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Greg Griffin <na...@griffinhome.net> on 2007/11/20 06:08:26 UTC

Re: ActiveJMS & ActiveMQ

Any updates on making this easier? Am not a .NET guy. Ideally something like
typing in an Excel cell:

=activemq("FOO.TOPIC","myField")

:-)


Thanks.


sparky2708 wrote:
> 
> Has anyone had any success running ActiveJMS to connect to ActiveMQ? I
> gave it a few attempts but haven't had much success. 
> 
> Or can anyone recommend a way to connect from VB6/Excel VBA to ActiveMQ
> without writing a COM object using OpenWire.NET?
> 

-- 
View this message in context: http://www.nabble.com/ActiveJMS---ActiveMQ-tf2039609s2354.html#a13851028
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: ActiveJMS & ActiveMQ

Posted by sparky2708 <da...@columbia.edu>.
Yes, I successfully did it twice. The COM way works fine (write the COM
object in C#) -- just like bloomberg's:
=blp("IBM Equity", "PX_LAST")

I also did it using RTD (you can just write an RTD server using the C#
library and call it from Excel using excel's RTD function). This one is more
annoying because RTD is not implemented on Excel versions <2003 and RTD
functions tend to take control of your computer constantly requesting
access.

Sorry, I can't share any of the code I wrote.


Greg Griffin wrote:
> 
> Any updates on making this easier? Am not a .NET guy. Ideally something
> like typing in an Excel cell:
> 
> =activemq("FOO.TOPIC","myField")
> 
> :-)
> 
> 
> Thanks.
> 
> 
> sparky2708 wrote:
>> 
>> Has anyone had any success running ActiveJMS to connect to ActiveMQ? I
>> gave it a few attempts but haven't had much success. 
>> 
>> Or can anyone recommend a way to connect from VB6/Excel VBA to ActiveMQ
>> without writing a COM object using OpenWire.NET?
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/ActiveJMS---ActiveMQ-tf2039609s2354.html#a13942720
Sent from the ActiveMQ - User mailing list archive at Nabble.com.