Greg Brown wrote:
> 
> Did you see my follow-up comment? 
> 
>>> Note however that these methods only work within a single JVM instance.
>>> If you need to pass messages to another process, you'll need to use some
>>> kind of IPC mechanism.
> 
> It sounds like you are trying to use sendMessage() to pass messages
> between two separate applications (a headless app and a Pivot UI). Is that
> correct? If so, you won't be able to use sendMessage() for this.
> 

Perhaps I'm misunderstanding. I'm starting my headless app with
ClientTask.execute() - I thought that meant that I was running in the same
JVM as my pivot app.

Regards
-- 
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/Heads-Up-new-Pivot-Article-tp1535411p1596106.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to