Library is not backward compatible with Stomp 1.0 or 1.1 servers
chaffey opened this issue · 0 comments
chaffey commented
According to the spec, client libraries SHOULD continue to connect using the CONNECT header, and not the STOMP header to be fully backwards compatible. This library assumes the server is 1.2 compatible. Would be nice to be consistent with the spec and continue to remain backwards compatible with 1.0 and 1.1 servers.