Configuring JMS Transport in WSO2 Business Process Server (BPS)WSO2 Business Process Server (BPS) is packaged with WSO2 Message Broker (MB), which implements Advanced Message Queuing Protocol (AMQP). Therefore, any JMS client or an AMQP client can directly talk to the WSO2 BPS. This article describes how to configure WSO2 BPS as a JMS sever and as a JMS client to talk to external services with Active MQ and Apache Qpid. Saving MTOM Attachments using VFS TransportMessage Transmission Optimizing Technique (MTOM) is used to send binary data with SOAP envelopes. These SOAP messages can be send with transports such as HTTP and SMTP which supports Mime boundaries. VFS transport comes with the WSO2 ESB can be used to save the entire soap envelop to the file system. But in some cases there can be situations only the binary attachments have to save. Therefore this document describes how to save such an attachment using a custom message formatter. Communicating with WSO2 App Server via JMSMessaging is the live wire of modern enterprises. In enterprise messaging, a messaging client should be tasked with both sending messages to and receiving messages from any other messaging client or messaging broker. In an era where businesses take place over differing platforms, platform interoperability is a key factor in spanning heterogeneous working environments, and even different communication protocols such as JMS. Here we discuss how to configure the WSO2 Application Server to work with JMS.
SFTP file transer with WSO2 ESBThe VFS transport implementation is based on Apache Commons VFS implementation. VFS (Virtual File System) transport implementation is a module which belongs to the Apache Synapse project. This article will demonstrate a SFTP file transfer sample for WSO2 ESB. The sample proxy configuration copies a file from one SFTP location to another SFTP location. This tutorial will discuss how to troubleshoot when running this sample. Custom URLs for WSO2 ESB Proxy ServicesThis article explains how to create custom URLs for proxy services. The URL of a proxy service can be customized in different ways and this article explores these different methods.
How to use mail transport in ESB to convert the SOAP message to a plain text mailHeshan Suriyaarachchi - a Software Engineer at WSO2 explains how to use mail transport in ESB to convert the SOAP message to a plain text mail. Creating Secure JMS Connections with Apache ActiveMQThis brief tutorial outlines the basic steps that need to be followed to configure a WSO2 Carbon Framework based product and establish a secure JMS connection with Apache ActiveMQ. In here, we use the WSO2 Enterprise Service Bus (ESB) as an example. The same procedure can be followed to configure any other product based on the WSO2 Carbon Framework. Axis2 SMS TransportApache Axis2 is an opensource framework for webservices which is widely used today ,and its implementation is available in both java and c. Axis2 is independent of the underlying transports which takes the Messages to it.Axis2 Engine is concentrating on the SOAP processing. Users can select transports to suite their requirement and that transports are responsible for injecting Axis2Messages to the Axis2Engine.So Axis2 Engine is dealing only with this Axis2MessageContex build from the underlying transport framework. |