Group
Extension

Matches 1

POE-Component-Client-Stomp-Utils ( K/KE/KESTEB/POE-Component-Client-Stomp-Utils-0.02.tar.gz, KESTEB, 2011; MetaCPAN )
POE-Component-Client-Stomp-Utils/lib/POE/Component/Client/Stomp/Utils.pm ( view source; MetaCPAN )
n before 
calling these methods. I have found the JSON is a light, and efficent 
serialization method. And just about every other lanaguage has a JSON 
implementation readily avaiable.

Some terminolo
              data => 'this is my packet'});
 $heap->{server}->put($frame);

or

 $message = objToJson($data);
 $frame = $stomp->send({destination => 'test', 
                        data => $message,
HEAP, ARG0];

     my $frame = $stomp->ack({'message-id' => $stomp->message_id});
     my $data = jsonToObj($frame->body);

     handle_data($data);
     $heap->{server}->put($frame);

 }

=back

=hea

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.