[ 
https://issues.apache.org/activemq/browse/SM-745?page=comments#action_37492 ] 
            
Christian Schneider commented on SM-745:
----------------------------------------

I have found a feature in tibco ems that is similar to activemq´s advisory 
topics. They call it montor topics.
So it should be possible to write a special JMSFlow for Tibco ems. I think I 
will do so later this winter.

I also think jms and jca flows could share a common base class. The handling of 
endpoint publishing is quite similar.


> Allow usage of other JMS providers than ActiveMQ
> ------------------------------------------------
>
>                 Key: SM-745
>                 URL: https://issues.apache.org/activemq/browse/SM-745
>             Project: ServiceMix
>          Issue Type: Improvement
>    Affects Versions: 3.0.1
>            Reporter: Christian Schneider
>             Fix For: 3.1
>
>         Attachments: jmsflow.patch, jmsflow.patch, jmsflow2.patch, 
> jmsflow3.patch
>
>
> JMSFlow and JCA flow are too tightly bound to ActiveMQ. Instead of ActiveMQ 
> specific classes jms Interfaces should be used where possible.
> I have attached a patch that replaces ActiveMQConnection and 
> ActiveMQConnectionFactory by the jms equivalents.
> There is one possible issue with my patch.  The getConnectionFactory now 
> returns a ConnectionFactory instead of a ActiveMQConnectionFactory. I don´t 
> know if any other part of the sources depends on the specific class.
> My patch is of course only the first step. The next could be having a 
> specific subclass JMSFlowActiveMQ that does all stuff that is ActiveMQ 
> specific.
> I will deliver a second patch for this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to