MQSeries as JMS provider?

2002-01-29 Thread Keith Kee
Hi: Has anyone have any sucess integrating MQSeries as the JMS provider for the orion server? Thanks keith

Passing Interface as an EJB parameter?

2002-01-08 Thread Keith Kee
Hi: Is it legal to pass an interface like List as a parameter to a remote interface of an EJB? Conversely, how about returning an interace like List as the return type? Since List is an interface and not serializable, I wonder if it would be marshalled/unmarshalled correctly. Thanks, keith