Michael Justin | 28 Jun 2012 19:18
Picon
Gravatar

STOMP 1.1 CONNECT header problem

Hello,

for this CONNECT frame

CONNECT
login:guest
passcode:guest
accept-version:1.1
host:localhost

the RabbitMQ 2.8.4 server responds:

ERROR
message:Bad CONNECT
content-type:text/plain
version:1.0,1.1
content-length:23

And if the client sends 'server' instead of 'host':

CONNECT
login:guest
passcode:guest
accept-version:1.1
server:localhost

the server accepts the connection:

CONNECTED
session:session-API2OcjBv_NK11_v0yuppC
(Continue reading)

Matthias Radestock | 28 Jun 2012 19:35
Favicon

Re: STOMP 1.1 CONNECT header problem

Michael,

Michael Justin wrote:
> for this CONNECT frame
> 
> CONNECT
> login:guest
> passcode:guest
> accept-version:1.1
> host:localhost
> 
> the RabbitMQ 2.8.4 server responds:
> 
> ERROR
> message:Bad CONNECT
> content-type:text/plain
> version:1.0,1.1
> content-length:23
> 
> And if the client sends 'server' instead of 'host':
> 
> CONNECT
> login:guest
> passcode:guest
> accept-version:1.1
> server:localhost
> 
> the server accepts the connection:
> 
> CONNECTED
(Continue reading)


Gmane