c++ - Using VM in CMS ActiveMQ -
i trying to implement interprocess communication in c++ project using activemq cms library. matter use following uri:
failover:(vm:(broker:(tcp://localhost:6000)?persistent=false)?marshal=false)
though not seem work. connection broker stucks while waiting response it. think maybe vm protocol not implemented in cms. in fact not find "vm" string reference in cms source code.
if best library inter-process communication. need consumer/producer pattern works fast.
there no vm transport in cms there no 'vm' since c++ client. need more standard mechanisms interprocess communication.
Comments
Post a Comment