Hi Thomas,
I am trying to save messages to a local directory but the method mentioned in the howto is not working for me. There's no error when I start Membrane Monitor, but the messages are not saved either.
The version I am using is: membrane-monitor-win64-3.2.2, on Windows 7 64bit.
I added this section to "configuration\monitor-beans.xml":
<spring:bean name="storeInterceptor" class="com.predic8.membrane.core.interceptor.ExchangeStoreInterceptor">
<spring:property name="exchangeStore">
<spring:bean class="com.predic8.membrane.core.exchangestore.FileExchangeStore">
<spring:property name="dir" value="C:\temp" />
</spring:bean>
</spring:property>
</spring:bean>
Could you help me to get this working?
Thanks in advance,