c++ - Apache qpid setDelay -


does apache qpid-cpp messaging api support delayed delivery of message in activemq?

    textmessage message = session.createtextmessage("test msg");     long time = 60 * 1000;     message.setlongproperty(scheduledmessage.amq_scheduled_delay, time); 

no, not supported (current version 0.10). if you'd see included in future version, recommend creating feature request in qpid jira if 1 doesn't exist yet.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -