Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Communications Framework (ECF) » ECF, JMS, and Something Scott Said
ECF, JMS, and Something Scott Said [message #624329] Wed, 12 November 2008 15:48 Go to previous message
Geoffry Roberts is currently offline Geoffry Roberts
Messages: 71
Registered: July 2009
Member
All,

I would like to add JMS capability to my current OSGi based application.
I have been looking at ECF and its ActiveMQ support, and yes I'm having
problems.

The bundle org.eclipse.ecf.provider.jms.activemq shows up in equinox as
active, but I can't connect. I get "connection refused" when I attempt to
create the connection. In stepping through the code, I have noticed the
use of "defaultUser" and "defaultPassword". Are these valid?

Here's what I have:

ActiveMQConnectionFactory connectionFactory = new
ActiveMQConnectionFactory(
"tcp://localhost:61616");
connection = connectionFactory.createConnection();
session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
...

I saw in another thread Scott recognizing the need for more documentation
and wanting to know what might be needed. Well, I could use a little
HowTo wrt ECF and JMS.

Also,

I see that the current ECF ActiveMQ is based on v3.1. Is there any plan
to update to v5?

Thanks in advance.
 
Read Message
Read Message
Previous Topic:FTP API in eclipse?
Next Topic:Where is ScribbleShare Tutorial and other ECF examples?
Goto Forum:
  


Current Time: Wed May 22 11:07:48 EDT 2013

Powered by FUDForum. Page generated in 0.01687 seconds