urn:uuid:19aab165-c920-40a1-a349-443f60f84567 2010-08-08T15:57:08.659Z umroymr2 http://192.168.56.101:8080/fedora modifyDatastreamByValue uofm:highResImage 2010-08-08T15:57:08.657Z '; $con->send("/queue/fedora.apim.update", $msg); #echo "Sent message with body 'test'\n"; // subscribe to the queue #$con->subscribe("/topic/fedora.apim.update"); // receive a message from the queue #$msg = $con->readFrame(); // do what you want with the message #if ( $msg != null) { # echo "Received message with body '$msg->body'\n"; # // mark the message as received in the queue # $con->ack($msg); #} else { # echo "Failed to receive a message\n"; #} // disconnect } catch (StompException $e) { echo "StompException!"; var_dump($e); } ?>