Re: QMF: Federation routes via Java client

2009-07-24 Thread Bryan Kearney
Here are some steps to use it: http://kearneyville.com/2009/06/26/qmf-3-java-to-java-over-qmf/ Please let me know if there are any questions. -- bk Carl Trieloff wrote: Here are some examples for doing QMF console from Java from kearney blog. http://github.com/bkearney/qmfExample/tree/mast

Re: qpid + Java without JMS...?

2009-07-02 Thread Bryan Kearney
Martin Ritchie wrote: 2009/7/2 Andrew M : Is there anyone out there that could email me an example java program demonstrating this? That'd be hugely helpful. Thanks, Andrew Andrew & Garrett Is there a reason you don't want to use JMS? I struggle to see why someone would want to a non-JMS int

QMF broker recognize new schemas

2009-06-19 Thread Bryan Kearney
I am seeing a pattern where I launch an agent, do some debuggin, and redeploy the agent which contains objects with new schemas. The broker does not query the agent for new schemas... so.. my consoles get the old classes. The net net for me now is to restart the broker and agent. The broker ca

Exposing Session Beans over QMF to python

2009-06-12 Thread Bryan Kearney
I put an example out for anyone who wants to try exposing session beans over QMF. http://kearneyville.com/2009/06/12/accessing-jboss-session-beans-from-python-using-qmf/ -- bk - Apache Qpid - AMQP Messaging Implementation Proj

Re: [qmf] Session pattern

2009-05-19 Thread Bryan Kearney
Gordon Sim wrote: Ted Ross wrote: Bryan Kearney wrote: I am curious how folks are addressing using QMF in a web application type model. Assume that I have a webapplication which can host n users. If the users can access a backend service via QMF and I want to track on the backend some notion

Session pattern

2009-04-15 Thread Bryan Kearney
I am curious how folks are addressing using QMF in a web application type model. Assume that I have a webapplication which can host n users. If the users can access a backend service via QMF and I want to track on the backend some notion of state and/or who the user is then I seem to need to do

Re: maven repo for qpid

2009-03-25 Thread Bryan Kearney
Aidan Skinner wrote: On Tue, Mar 24, 2009 at 1:42 PM, Bryan Kearney wrote: I know the build is ant basd.. but do you happen to keep a maven repo of the jar files anywhere? No. Producing mavenable artifacts is something I really want to do for the java client at least. I've looked into

maven repo for qpid

2009-03-24 Thread Bryan Kearney
I know the build is ant basd.. but do you happen to keep a maven repo of the jar files anywhere? -- bk - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscr...@qpid

Re: Qman and Java Agents

2009-02-23 Thread Bryan Kearney
ards Andrea On 2/16/09, Carl Trieloff wrote: Bryan Kearney wrote: Carl Trieloff wrote: Yes, that is correct, QMan goes from QMF to JMX. The reverse mapping needs to be completed. Rafi and I have looked at it some & discussed.. want to help /contribute to it? Carl. I would be happy t

Re: Qman and Java Agents

2009-02-16 Thread Bryan Kearney
read? -- bk Bryan Kearney wrote: I was poking around the code, becuase I am interested in exposing an EJB as a QMF Agent. In looking at the code, it appears that QMan is more geard to exposing other agents to java code as JMX so as to build JMX consoles. Is that correct? If so, has there been

Qman and Java Agents

2009-02-16 Thread Bryan Kearney
I was poking around the code, becuase I am interested in exposing an EJB as a QMF Agent. In looking at the code, it appears that QMan is more geard to exposing other agents to java code as JMX so as to build JMX consoles. Is that correct? If so, has there been any work on exposing Java Agents