Perhaps this is a matter of the just-right configuration of ActiveMQ?

My habit is always to follow the practice of:

https://wiki.duraspace.org/display/FEDORA35/Messaging#Messaging-activemqbridge

and configure an external broker so that Fedora can store-and-forward. That 
_should_ make offering a Stomp facility no more than a stanza of Spring XML in 
your ActiveMQ configuration file, e.g.:

<transportConnectors>
        <transportConnector name="stomp" 
uri="stomp://0.0.0.0:61612?transport.closeAsync=false"/>
</transportConnectors>

or 

<transportConnectors>
        <transportConnector name="stomp+nio" 
uri="stomp+nio://0.0.0.0:61613?transport.closeAsync=false"/>
</transportConnectors>


---
A. Soroka
Online Library Environment
the University of Virginia Library




On Nov 17, 2011, at 10:54 AM, Edwin Shin wrote:

> On 17 Nov 2011, at 11:37 PM, Jonathan Green wrote:
> 
>> Do you know if there is a better way to use a stomp broker from within 
>> fedora then including the whole spring framework release in the classpath?
> 
> Are you just trying to get the in-vm ActiveMQ broker to support Stomp? In 
> Fedora 3.5 there shouldn't be any additional classpath munging required 
> (https://jira.duraspace.org/browse/FCREPO-883).
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure 
> contains a definitive record of customers, application performance, 
> security threats, fraudulent activity, and more. Splunk takes this 
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Fedora-commons-users mailing list
> Fedora-commons-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to