Let me put it in this way:

Based on some event a particular service is supposed to send a message to a
standalone java client (connected to ofbiz). One way of doing so is to have
that service sent a message to JMS server and java client will get it from
there. The negative part of this approach is:

- Need to involve another server
- User (of that java client) will need to authenticate agains both ofbiz and
JMS server.

Hope that was clearer.

Thanks

On Sat, Jun 12, 2010 at 7:25 AM, Scott Gray <[email protected]>wrote:

> You'll have to try and be clearer still, if you want to send JMS messages
> direct to OFBiz from your client then yes it is possible.
>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 12/06/2010, at 4:07 PM, Muhammed Aamir wrote:
>
> > I am sorry I didn't explain my point well. I want my client application
> to access jms but couldn't figure out how to avoid authentication twice, one
> with ofbiz and another with jms server. I wish jms (or at least asynchronous
> calling (and response)) from client was possible with ofbiz.
> >
> >
> > Sent from my iPhone
> >
> > On Jun 12, 2010, at 1:18, Scott Gray <[email protected]> wrote:
> >
> >> OFBiz services can be accessed via JMS, have you looked at the
> JmsServiceEngine class at all?
> >>
> >> Regards
> >> Scott
> >>
> >> On 12/06/2010, at 4:53 AM, Muhammad Aamir wrote:
> >>
> >>> Hi,
> >>>
> >>> I need to develop a standalone Java client accessing ofbiz services and
> same
> >>> time want to utilize JMS in order to receive messages asynchronously.
> Since
> >>> ofbiz doesn't provide asynchronous messaging out of the box, I am
> thinking
> >>> to use any JMS server. However, I don't want my user to confuse by
> >>> authenticating against both ofbiz and JMS server.
> >>>
> >>> Thanks for your support.
> >>>
> >>> Muhammed Aamir
> >>
>
>

Reply via email to