XMS .NET with WebSphere Application Server Default messaging provider - websphere-7

Has anyone used/using XMS.NET for messaging with WebSphere Application Server Default Messaging provider?

Related

Azure WAF Issue with WebSocket (OmniFaces )

I have a OmniFaces WebSocket deployed on tomcat. The WebSocket works fine on tomcat.
One of our client infrastructure setup is Azure WAF --> IIS --> Tomcat.
We have successfully tested the WebSocket from IIS to Tomcat.
When we test from Azure WAF , we have a successful handshake (Upgrade request) , but the browser does not receive any of the push message. Microsoft claims the WebSocket are default supported in Azure WAF and no setup changes are required.
It looks more like a Azure WAF issue and I am not sure how to debug the issue.
Any suggestion or idea to debug this issue ?

Azure SSO configuration for Tomcat

The SSO details of my application is configured on Azure side. I got metadata and Certificate. Now how to use this on the tomcat side. One of my web application is running on tomcat and this web application is protected using this SSO.

Configuring Web application using WiX and use the application in an already present App Pool

I have a web application with .NET 4.5.2 that should be used by already existing app pool with .NET 4.0 in the IIS. Can it be configured in WiX itself and how to host the application in the existing app pool
You can use iis Extension. http://wixtoolset.org/documentation/manual/v3/xsd/iis/website.html
Try to follow This Blog.

Can I host asp.net webform web application on services fabric?

I am researching about azure service fabric and found nothing about how to host asp.net webform web application on service fabric? My application is built on asp.net version 4 and it is a monolithic app not microdevices based. Is it possible to host on service fabric?
ASP.NET webforms uses the System.Web assembly which is coupled to IIS. Service fabric uses OWIN for self-hosting the ASP.NET web apps. Thus, it is not possible to host asp.net webforms inside service fabric.

Application pool recycling with Selfhosting a ASP.NET application

If I want to selfhost a asp.net web api application with Owin in a windows service, how can I integrate kind of a application pool recycling that IIS offers?
The answer is simple: you cannot. Application pool is an IIS feature that you can only enjoy by hosting on IIS.

Resources