service/src/main/java/org/apache/fineract/cn/notification/service/listener/PortfolioEventListener.java [59:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		this.notificationService.sendSMS("+23058409206",
				"Dear Valued Customer," +
						"\n\nYour loan request has been denied" +
						"\n\nBest Regards" +
						"\nYour MFI");
	}
	
	@JmsListener(
			subscription = IndividualLoanEventConstants.DESTINATION,
			destination = IndividualLoanEventConstants.DESTINATION,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



service/src/main/java/org/apache/fineract/cn/notification/service/listener/PortfolioEventListener.java [73:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		this.notificationService.sendSMS("+23058409206",
				"Dear Valued Customer," +
						"\n\nYour loan request has been denied" +
						"\n\nBest Regards" +
						"\nYour MFI");
	}
	
	@JmsListener(
			subscription = IndividualLoanEventConstants.DESTINATION,
			destination = IndividualLoanEventConstants.DESTINATION,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



