Oh wonderfull! The basic scenario is this: I want an application to write locally into a non persistent JMS queue (In fact a log4J queue appender). Logging in this way is fast and not depending on network availablitly. However i want to access the log messages on a central server. Therefore i want to store and forward the data to a remote queue in the background.
So i have to add a remote jms provider to the local jms-ds.xml and use this one as the destination jms provider? And the remote destination is found using the jndi properties of this remote provider (inj the local jms-ds.xml)? If i have it working i will create the wiki page View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026231#4026231 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026231 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
