Giter VIP home page Giter VIP logo

Comments (5)

benjaminws avatar benjaminws commented on August 20, 2024

Ill take a look at this ASAP.

On May 23, 2011 7:14 PM, "chitomanansala" <
[email protected]>
wrote:

Hi Benjamin,
I noticed that the body attribute is always put as part of the message
header when you use the stomp.send function. How can you ensure that message
body should not be added in the header?

client.send({
'corellationid': '4376423-42384793274923-42423',
'destination': queue,
'persistent': 'true',
'body': datatoSend,
}, false );

here is the output

{ command: 'MESSAGE',
headers:
[ body: ' <AuthenticateRQ

cfe1',
'message-id': 'ID:ctovm921-44693-1305919160222-4:148:-1:1:1',
corellationid: '4376423-42384793274923-42423',
destination: '/queue/BRUTUS.MTX',
timestamp: '1306191865238',
expires: '0',
session: 'ID:ctovm921-44693-1305919160222-4:148',
priority: '4' ],
body: ' <AuthenticateRQ
cfe1\u0000\n'
}

Reply to this email directly or view it on GitHub:
#5

from stomp-js.

benjaminws avatar benjaminws commented on August 20, 2024

At a quick glance from my phone it looks like when the frame is built in
frame.js, I'm not popping off the body arg, which is part of the "args"
object passed to Frame.build_frame. I'll fix it this evening and and update
the issue.

On May 23, 2011 7:58 PM, "Benjamin Smith" [email protected]
wrote:

Ill take a look at this ASAP.

On May 23, 2011 7:14 PM, "chitomanansala"
<reply+i-944210-c86644d1e83e47cc6ad1823e884e55a4418e6...

from stomp-js.

benjaminws avatar benjaminws commented on August 20, 2024

Can you try the test-delete-body branch and see if that fixes it for you?

from stomp-js.

chitomanansala avatar chitomanansala commented on August 20, 2024

I tried the simple fix and it worked. Thanks

from stomp-js.

benjaminws avatar benjaminws commented on August 20, 2024

Thanks for your report. I'm merging the fix in to master and releasing a package now.

from stomp-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.