mrstampy / Stampy

Java implementation of the STOMP 1.2 specification
67 stars 22 forks source link

Example in the README does not compile #13

Open teknopaul opened 6 years ago

teknopaul commented 6 years ago

IDontNeedSecurity class does not exist.

If I try to create one similar I get

Exception in thread "main" asia.stampy.common.gateway.StampySecurityException: An instance of SecurityMinaMessageListener has not been configured first in the list of StampyMinaMessageListeners

I'm using the netty interfaces.

Also I can't see SUBSCRIBE and UNSUBSCRIBE messages??