ActiveMQ 4 embedded in Geronimo2.1. There are many configuration possibilities in AMQ, but many of them should be set in a XML file. for example, http://activemq.apache.org/persistence.html
How can I configure embedded AMQ? or is there any limitation in Geronimo to configure AMQ? I know only one method, i.e. ServerUrl in deployment plan <conn:resourceadapter> > <conn:resourceadapter-instance> > <conn:config-property-setting > name="ServerUrl">tcp://localhost:61616?jms.copyMessageOnSend=false&jms.watchTopicAdvisories=false&socket.tcpNoDelay=true&wireFormat.tcpNoDelayEnabled=true</conn:config-property-setting> > ... > or here? how? GERONIMO/var/config/config.xml I cannot find any file to configure under GERONIMO/var/activemq does this article still valid for GERONIMO 2.1? http://www.ibm.com/developerworks/java/library/os-ag-jmsbeans/ -- View this message in context: http://n3.nabble.com/How-to-configure-ActiveMQ-persistence-flow-control-etc-tp703178p703178.html Sent from the Users mailing list archive at Nabble.com.
