Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using ibm websphere message queue for transfering my messages in .net . Now i want to send some files using the message queue,Is it is possible to send all file formats?? And how can i send them using .net.
Posted

1 solution

I would check their documentation but honestly, I think it should be possible to send any messages over their queues.
You might need to break the very large file into smaller parts based on their file size support.
 
Share this answer
 
Comments
aravind06 3-Jan-14 0:06am    
I had checked it,But there is no discussion on the file formats or an example how to use it using .net

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900