Subject: | Incorrect documentation for unsubscribe |
In Net::STOMP::Client the POD gives this example of using unsubscribe:
$stomp->unsubscribe(destination => "/queue/test");
However, unsubscribe actually takes an "id" parameter, not a destination
parameter.