| Author | 
		  Message | 
  		
  		
		     Topic: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  woofbert
  
	  	  Replies: 8 Views: 11489
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 01, 2008 4:34 am   Subject: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  Sorry folks,
 
 I blamed the mailserver a bit to fast...(In the happiness that it worked with the other one). Then I saw that the two machines I'm testing with are at different broker codelevel.
 
 Wh ... | 
  		
  		
		     Topic: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  woofbert
  
	  	  Replies: 8 Views: 11489
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 01, 2008 3:10 am   Subject: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  MrSmith,
 
 thank you for your suggestion.
 I tries the same thin with Lotus Domino, which will be the smtp platform in production and guess what? It works.   
 
 So the problem seems to be somew ... | 
  		
  		
		     Topic: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  woofbert
  
	  	  Replies: 8 Views: 11489
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 01, 2008 12:27 am   Subject: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  Hi _dave_,
 
 I've taken your sample code and get the same error as before.
 
 If I look at the service trace, it seems that there is a problem when the sendMimeEmail() method is called.
 
 But once a ... | 
  		
  		
		     Topic: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  woofbert
  
	  	  Replies: 8 Views: 11489
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 30, 2008 5:44 am   Subject: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  Hi _dave_,
 
 I'm using free hMailServer on local for testing and it works great if not using MIME but BLOB or just fill in the fields in for the e-mail (so security model should be fine).
 Unfortunat ... | 
  		
  		
		     Topic: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  woofbert
  
	  	  Replies: 8 Views: 11489
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 30, 2008 2:38 am   Subject: Problems sending multipart MIME with v6.1 e-mail output node | 
  		
  		
		  Hi there,
 
 I tried several ways to send an e-mail using the V6.1 e-mail output node..
 1. Plain Text within a BLOB element
 2. Mail with attachment using LocalEnvironment variables
 3. Mail with att ... | 
  		
  		
		     Topic: Accounting&Statistics with mutithreaded instances | 
  		
  		
		  woofbert
  
	  	  Replies: 3 Views: 2706
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sun Oct 28, 2007 11:35 pm   Subject: Accounting&Statistics with mutithreaded instances | 
  		
  		
		  | Don't know if it helps, but I've used statistics with output option xml (-o xml) some days ago. In the data I received subscribing to the appropriate topic there was an attribute NumberOfThreadsInPool ... | 
  		
  		
		     Topic: howto prevent CDATA content from being parsed | 
  		
  		
		  woofbert
  
	  	  Replies: 11 Views: 7656
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sun Oct 28, 2007 3:42 pm   Subject: howto prevent CDATA content from being parsed | 
  		
  		
		  Thank you for all your input.
 
 I think I'll take option b) because it works and there is no real throughput pain right now and start a parallel thread c) (open PMR) in the meanwhile   
 
 Thanks,
 ... | 
  		
  		
		     Topic: howto prevent CDATA content from being parsed | 
  		
  		
		  woofbert
  
	  	  Replies: 11 Views: 7656
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Oct 26, 2007 4:24 am   Subject: howto prevent CDATA content from being parsed | 
  		
  		
		  Can you please insert a Trace node and post the results for both message styles.
 
 Hello kimbert,
 I took the messages and ESQL code as posted earlier in this thread and added two trace nodes. So the ... | 
  		
  		
		     Topic: howto prevent CDATA content from being parsed | 
  		
  		
		  woofbert
  
	  	  Replies: 11 Views: 7656
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sat Oct 20, 2007 9:02 am   Subject: howto prevent CDATA content from being parsed | 
  		
  		
		  | 2. Using AsIsElementContent is a brute force solution, and should be a last resort. But there is a clear problem in woofbert's message flow, and if he solves that, he will get the behaviour he wants.  ... | 
  		
  		
		     Topic: howto prevent CDATA content from being parsed | 
  		
  		
		  woofbert
  
	  	  Replies: 11 Views: 7656
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 18, 2007 4:40 pm   Subject: howto prevent CDATA content from being parsed | 
  		
  		
		  Hello,
 
 I need to process a Message consisting of two parts, for example
 <message>
    <partA>
       <tag1>data</tag1>
    </partA>
    <partB>
       <tagx& ... |