What is the Process of creating a Messaging Engine on a BUS in WebSphere 7.0. I have a bus but there is no option to create the message and I have no idea what to do to create it or have it auto-generate.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to go the
Service Integration > Buses > Bus Memberpanel add your server as new member. This will associate the messaging engine to the Bus. There is a wizard to help you configure it step by step.After that you will have to create queues and topics. You could then connect to those queues and topics to send and receive messages. Personaly I use HermesJMS to test my JMS broker.