Hi there,
I'm trying to create custom detail messages to indicate the nature of
request faults, so that they can appropriately be handled on the client
side. I've been told by Those Who Know that I shouldn't use anything beyond
Client or Server in the faultcode to be compatible with the Basic P
be
> considered for a future iteration of the JMS transport if enough people
want
> this.
>
> The code to add support for TextMessage is relatively straightforward.
> Would you be interested in contributing a patch?
>
> Thanks,
> Jaime
>
> > -Original Message--
Having a look at the SimpleJMSListener it assumes all messages
are javax.jms.BytesMessage.
> /**
> * This method is called asynchronously whenever a message arrives.
>* @param message
>*/
>public void onMessage(javax.jms.Message message)
> {
>try
> {
>//
I have got the JMS example code running on Linux with MQ series.
I know want to start building my application. I have
1)Written interfaces for the web-services
2)Generated the WSDL using Java2WSDL
3)Generated client stubs using WSDL2Java
4)Compiled sender program using the stubs.
Problem:-
By