You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by zangds <za...@ihep.ac.cn> on 2010/08/04 13:33:55 UTC

how to get the timestamp about message

hi all,

I want to get the timestamp of when the message arrive at the activeMQ server.
I'm using the stomppy as a consumer:
    def on_message(self, headers, body): 

can I get the timestamp from headers?
or any other ideas?

thanks!